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

Sets the state topic ID

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetTopicID(
	
uint 
topicIDType,
	
string 
topicId
)
Sub 
SetTopicID ( _
	
topicIDType 
As 
UInteger, _
	
topicId 
As 
String _
)
void 
SetTopicID(
		[
InAttribute] 
unsigned int 
topicIDType, 
		[
InAttribute] 
String^ 
topicId
)

Parameters

topicIDType
UInt32
topicId
String

See Also