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

Sets the state topic type

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
SetTopicType(
	
uint 
topicType
)
Sub 
SetTopicType ( _
	
topicType 
As 
UInteger _
)
void 
SetTopicType(
		[
InAttribute] 
unsigned int 
topicType
)

Parameters

topicType
UInt32

See Also