StateMessage.State Property
Gets or sets the state blob for the message. This property is required.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public StateMessageState State { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property StateMessageState^ State {
StateMessageState^ get();
void set(StateMessageState^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property State As StateMessageState
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageState
See Also
StateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top