ClearDiagnosticSettingsNotSupportedFault.Message Property

 

Gets or sets the message that describes the error condition.

Namespace:   Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[DataMemberAttribute]
public string Message { get; set; }
public:
[DataMemberAttribute]
property String^ Message {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Message : string with get, set
<DataMemberAttribute>
Public Property Message As String

Property Value

Type: System.String

The message that describes the error condition.

See Also

ClearDiagnosticSettingsNotSupportedFault Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top