次の方法で共有


WebConfigurationMap.RootWebConfigurationPath プロパティ

定義

ルート Web.config ファイルのファイル システム パスを取得します。

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

プロパティ値

ルート Web.config ファイルのファイル システム パス。コンストラクターnullWebConfigurationMap(String, String) パラメーターにrootWebConfigurationPath値が指定されていない場合は 。

適用対象