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。

适用于

另请参阅