ServiceEntryPoint.AppBasePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用程序基目录的路径。 如果已指定,则为服务创建的应用程序域将使用此应用程序作为应用程序库。 如果未指定,则程序集的目录将为应用程序基。
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
属性值
- 属性