ActiveDirectoryRoleFactoryConfiguration.RootPath Właściwość

Definicja

Pobiera lub ustawia ścieżkę katalogu głównego dla tego wystąpienia.

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

Wartość właściwości

String

Ścieżka główna dla tego wystąpienia.

Atrybuty

Uwagi

RootPath to zdefiniowany ConfigurationProperty dla tego typu z wartością domyślną " RootPath ". Ten typ reprezentuje właściwość konfiguracji, atrybut lub element podrzędny, który jest zawarty w elemencie pliku konfiguracji.

Dotyczy