Share via


ServiceDescriptor.Name Property

Definition

Gets the service name.

public:
 property System::String ^ Name { System::String ^ get(); };
[Newtonsoft.Json.JsonProperty("name")]
public string Name { get; }
[<Newtonsoft.Json.JsonProperty("name")>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to