StateMessageTopic.TopicType Property

 

Gets or sets the topic type.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public StateMessageTopicType TopicType { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property StateMessageTopicType TopicType {
    StateMessageTopicType get();
    void set(StateMessageTopicType value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property TopicType As StateMessageTopicType

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageTopicType

See Also

StateMessageTopic Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top