[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets the topic id

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetTopicID(
	
uint 
topicIdType,
	
string 
topicId
)
Public 
Sub 
SetTopicID ( _
	
topicIdType 
As 
UInteger, _
	
topicId 
As 
String _
)
public:
virtual 
void 
SetTopicID(
	
unsigned int 
topicIdType, 
	
String^ 
topicId
) 
sealed

Parameters

topicIdType
UInt32
topicId
String

Implements

ICcmStateMessage . . :: . . SetTopicID(UInt32, String)

See Also