ProvideBrokeredServiceHubServiceAttribute.ServiceLocation Property

Definition

Gets or sets the location of the service configuration file. This includes the path to the configuration file, but should not contain the name of the file itself.

public:
 property System::String ^ ServiceLocation { System::String ^ get(); void set(System::String ^ value); };
public string ServiceLocation { get; set; }
member this.ServiceLocation : string with get, set
Public Property ServiceLocation As String

Property Value

The default value is "$PackageFolder$", indicating the service is located at the root of the extension VSIX.

Applies to