ServiceEntryPoint.AppBasePath 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 app base directory. If specified, the app domain created for the service will use this as the app base. If not specified, the assembly's directory will be the app base. Not applicable for services running inside dotnet Host processes.
public:
property System::String ^ AppBasePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="appBasePath")]
public string AppBasePath { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="appBasePath")]
public string? AppBasePath { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="appBasePath")>]
member this.AppBasePath : string with get, set
Public Property AppBasePath As String
Property Value
- Attributes