ActiveDirectoryRoleFactoryConfiguration.DistinguishedName Property

Definition

Gets or sets the distinguished name for this instance.

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

Property Value

The distinguished name for this instance.

Attributes

Remarks

DistinguishedName is a ConfigurationProperty defined for this type with default value "distinguishedName". This type represents a configuration property, attribute, or child element that is contained in an element of a configuration file.

Applies to