ProvideBrokeredServiceHubServiceAttribute.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 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.