ConfigMgrStateMessage.StateMessageType Property
Gets or sets the state message type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected StateMessageType StateMessageType { get; set; }
protected:
property StateMessageType StateMessageType {
StateMessageType get();
void set(StateMessageType value);
}
Protected Property StateMessageType As StateMessageType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.StateMessageType
See Also
ConfigMgrStateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top