Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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