다음을 통해 공유


ConfigurationAttributeSchema.Name 속성

정의

특성 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

특성 이름입니다.

설명

특성 스키마의 이름은 메타데이터의 고유한 이름입니다. 예를 들어 다음 구성 요소 physicalPath 에서 는 "%SystemDrive%\inetpub\wwwroot" 값을 수집하는 데 사용되는 특성의 메타데이터 이름입니다.

<virtualDirectory path="/"   
                  physicalPath="%SystemDrive%\Inetpub\wwwroot"/>  

적용 대상