ServiceEntryPoint.AppBasePath Property

Definition

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 CoreClr 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")>]
member this.AppBasePath : string with get, set
Public Property AppBasePath As String

Property Value

String
Attributes

Applies to