SimpleWorkerRequest.RootWebConfigPath 属性

定义

获取根 Web.config 文件的完整物理路径。

public:
 virtual property System::String ^ RootWebConfigPath { System::String ^ get(); };
public override string RootWebConfigPath { get; }
member this.RootWebConfigPath : string
Public Overrides ReadOnly Property RootWebConfigPath As String

属性值

String

根 Web.config 文件的物理路径。

适用于