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。

适用于

另请参阅