ActiveDirectoryRoleFactoryConfiguration.Manager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.