CodeSubDirectory.DirectoryName 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
런타임에 컴파일된 파일이 들어 있는 디렉터리 이름을 가져오거나 설정합니다.
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
path; 따라서 추가 directoryName="\App_Code\Applogic"
올바르지 않습니다.