Partager via


StateMessageTopic.IdType Property

 

Gets or sets the topic ID type.

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

Syntax

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

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageTopicIdType

See Also

StateMessageTopic Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top