다음을 통해 공유


DirectoryPropertyAttribute(String) 생성자

정의

스키마 특성 이름을 사용하여 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을 나타냅니다.

적용 대상

추가 정보