Partilhar via


MessageSupportAttribute.SupportDetails Property

 

Gets support details about the message. This property is usually relevant when a message is set to PartiallySupported.

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

Syntax

public string SupportDetails { get; private set; }
public:
property String^ SupportDetails {
    String^ get();
    private: void set(String^ value);
}
Public Property SupportDetails As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

MessageSupportAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top