ServiceModuleInfo.ServiceBaseDirectory 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 path of the directory containing the service module. If set, it may be the base directory for AssemblyPath. If not set, it's up to the host how the service file is resolved.
public:
property System::String ^ ServiceBaseDirectory { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="serviceBaseDirectory")]
public string ServiceBaseDirectory { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="serviceBaseDirectory")]
public string? ServiceBaseDirectory { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="serviceBaseDirectory")>]
member this.ServiceBaseDirectory : string with get, set
Public Property ServiceBaseDirectory As String
Property Value
- Attributes