Partager via


ServiceDescriptor.ServiceLocation Property

Definition

Gets or sets the location of the service config. This includes the path to the config file as well as the name of the file itself.

public:
 property System::String ^ ServiceLocation { System::String ^ get(); void set(System::String ^ value); };
[Newtonsoft.Json.JsonProperty("serviceLocaton")]
public string ServiceLocation { get; set; }
[Newtonsoft.Json.JsonProperty("serviceLocation")]
public string? ServiceLocation { get; set; }
[<Newtonsoft.Json.JsonProperty("serviceLocaton")>]
member this.ServiceLocation : string with get, set
[<Newtonsoft.Json.JsonProperty("serviceLocation")>]
member this.ServiceLocation : string with get, set
Public Property ServiceLocation As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to