다음을 통해 공유


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 path; 따라서 추가 directoryName="\App_Code\Applogic" 올바르지 않습니다.

적용 대상