ActiveDirectoryRoleFactoryConfiguration.RootPath Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Stammpfads für diese Instanz.

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

Eigenschaftswert

Der Stammpfad für diese Instanz.

Attribute

Hinweise

RootPath ist für ConfigurationProperty diesen Typ mit dem Standardwert " "RootPath definiert. Dieser Typ stellt eine Konfigurationseigenschaft, ein Attribut oder ein untergeordnetes Element dar, das in einem Element einer Konfigurationsdatei enthalten ist.

Gilt für: