GetDiagnosticSettingsNotSupportedFault.Name Property

 

Gets or sets the name of the object whose diagnostic settings cannot be returned.

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

Syntax

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

Property Value

Type: System.Uri

A Uri object that contains the name of the object whose diagnostic settings cannot be returned.

See Also

GetDiagnosticSettingsNotSupportedFault Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top