ActiveDirectoryRoleFactoryConfiguration.DistinguishedName 属性

定义

获取或设置此实例的识别名。

public:
 property System::String ^ DistinguishedName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("DistiguishedName", DefaultValue="distinguishedName")]
public string DistinguishedName { get; set; }
[<System.Configuration.ConfigurationProperty("DistiguishedName", DefaultValue="distinguishedName")>]
member this.DistinguishedName : string with get, set
Public Property DistinguishedName As String

属性值

此实例的识别名。

属性

注解

DistinguishedName 是为此类型定义的 , ConfigurationProperty 默认值为“distinguishedName”。 此类型表示配置文件的元素中包含的配置属性 (Property)、属性 (Attribute) 或子元素。

适用于