Partager via


StateMessage.Topic Property

 

Gets or sets the topic details for the message. This property is required.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.None, CheckRecursively = true)]
public StateMessageTopic Topic { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::None, CheckRecursively = true)]
property StateMessageTopic^ Topic {
    StateMessageTopic^ get();
    void set(StateMessageTopic^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.None, CheckRecursively := True)>
Public Property Topic As StateMessageTopic

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageTopic

See Also

StateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top