CodeSubDirectory.DirectoryName プロパティ

定義

実行時にコンパイルされたファイルを含むディレクトリの名前を取得または設定します。

public:
 property System::String ^ DirectoryName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))]
[System.Configuration.ConfigurationProperty("directoryName", DefaultValue="", IsKey=true, IsRequired=true)]
public string DirectoryName { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))>]
[<System.Configuration.ConfigurationProperty("directoryName", DefaultValue="", IsKey=true, IsRequired=true)>]
member this.DirectoryName : string with get, set
Public Property DirectoryName As String

プロパティ値

コンパイル時に使用されるディレクトリ参照の名前を指定する文字列値。

属性

注釈

構成のdirectoryName要素のadd属性は、\App_Code パスからのみ検索されるため、directoryName="\App_Code\Applogic"の追加は有効ではありません。

適用対象