DirectoryPropertyAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.