次の方法で共有


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

プロパティ値

String

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

属性

注釈

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

適用対象