共用方式為


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" 無效。

適用於