DirectoryPropertyAttribute(String) Constructor

Definition

Initializes a new instance of the DirectoryPropertyAttribute class with the schema attribute name.

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

The name of the attribute that is set in the directory. The SchemaAttributeName property is initialized to this value. This property represents the ldapDisplayName for application directory and domain directories.

Applies to

See also