CodeSubDirectory.DirectoryName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実行時にコンパイルされるファイルが格納されているディレクトリの名前を取得または設定します。
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"
ことはできません。