ServiceDescriptor.ServiceLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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