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" .

Применяется к