DirectoryPropertyAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de DirectoryPropertyAttribute klasse met de naam van het schemakenmerk.

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)

Parameters

schemaAttributeName
String

De naam van het kenmerk dat is ingesteld in de map. De SchemaAttributeName eigenschap wordt geïnitialiseerd voor deze waarde. Deze eigenschap vertegenwoordigt de ldapDisplayName voor toepassingsmap en domeinmappen.

Van toepassing op

Zie ook