Aracılığıyla paylaş


CodeSubDirectory.DirectoryName Özellik

Tanım

Çalışma zamanında derlenmiş dosyaları içeren dizinin adını alır veya ayarlar.

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

Özellik Değeri

String

Derleme sırasında kullanılan dizin başvurusu adını belirten bir dize değeri.

Öznitelikler

Açıklamalar

Yapılandırmanın directoryName bir add öğesinin özniteliği yalnızca yoldan \App_Code aranır; bu nedenle ekleme directoryName="\App_Code\Applogic" geçerli değildir.

Şunlara uygulanır