DirectoryPropertyAttribute(String) Konstruktor

Definice

Inicializuje novou instanci DirectoryPropertyAttribute třídy s názvem atributu schématu.

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)

Parametry

schemaAttributeName
String

Název atributu, který je nastaven v adresáři. Vlastnost SchemaAttributeName je inicializována na tuto hodnotu. Tato vlastnost představuje ldapDisplayName pro adresář aplikace a adresáře domény.

Platí pro

Viz také