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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.