次の方法で共有


VirtualDirectoryMapping.ConfigFileBaseName プロパティ

定義

構成ファイルの名前を取得または設定します。

public:
 property System::String ^ ConfigFileBaseName { System::String ^ get(); void set(System::String ^ value); };
public string ConfigFileBaseName { get; set; }
member this.ConfigFileBaseName : string with get, set
Public Property ConfigFileBaseName As String

プロパティ値

構成ファイルの名前を示す値。

例外

選択した値が null または空の文字列 ("") です。

注釈

構成ファイルの名前が指定されていない場合は、Web.configが使用されます。

適用対象