CcmStateMessage.SetTopicType Method (UInt32)
Sets the topic type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetTopicType(
uint topicType
)
public:
virtual void SetTopicType(
unsigned int topicType
) sealed
Public Sub SetTopicType (
topicType As UInteger
)
Parameters
topicType
Type: System.UInt32Topic type.
Implements
ICcmStateMessage3.SetTopicType(UInt32)
See Also
CcmStateMessage Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top