ActiveDirectoryRoleFactoryConfiguration.RootPath Propriété

Définition

Obtient ou définit le chemin racine de cette instance.

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

Valeur de propriété

Chemin d’accès racine de cette instance.

Attributs

Remarques

RootPath est défini ConfigurationProperty pour ce type avec la valeur par défaut «RootPath ». Ce type représente une propriété de configuration, un attribut ou un élément enfant contenu dans un élément d’un fichier de configuration.

S’applique à