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 the message support status.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageSupportStatus SupportStatus { get; private set; }
public:
property MessageSupportStatus SupportStatus {
MessageSupportStatus get();
private: void set(MessageSupportStatus value);
}
Public Property SupportStatus As MessageSupportStatus
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSupportStatus
See Also
MessageSupportStatus
MessageSupportAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top