ActiveDirectoryRoleFactoryConfiguration.Manager Property

Definition

Gets or sets the name of the manager associated with this instance.

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

Property Value

The name of the manager associated with this instance.

Attributes

Remarks

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

Applies to