DirectoryPropertyAttribute(String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스키마 특성 이름을 사용하여 DirectoryPropertyAttribute 클래스의 새 인스턴스를 초기화합니다.
public:
DirectoryPropertyAttribute(System::String ^ schemaAttributeName);
public DirectoryPropertyAttribute (string schemaAttributeName);
new System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute : string -> System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute
Public Sub New (schemaAttributeName As String)
매개 변수
- schemaAttributeName
- String
디렉터리에서 설정한 특성의 이름입니다. SchemaAttributeName 속성은 이 값으로 초기화됩니다. 이 속성은 애플리케이션 디렉터리 및 도메인 디렉터리의 ldapDisplayName을 나타냅니다.