ActiveDirectoryRoleFactoryConfiguration.RootPath Propriété

Définition

Obtient ou définit le chemin d'accès racine pour 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é

String

Le chemin d’accès racine pour cette instance.

Attributs

Remarques

RootPath est une ConfigurationProperty définie pour ce type avec la valeur par défaut "RootPath ". Ce type représente une propriété, un attribut ou un élément enfant de configuration qui est contenu(e) dans l'élément d'un fichier de configuration.

S’applique à