ServiceEntryPoint.AppBasePath 属性

定义

获取或设置应用程序基目录的路径。 如果已指定,则为服务创建的应用程序域将使用此应用程序作为应用程序库。 如果未指定,则程序集的目录将为应用程序基。

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

属性值

String
属性

适用于