ActiveDirectoryRoleFactoryConfiguration.RootPath Propiedad

Definición

Obtiene o establece la ruta de acceso de esta instancia.

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

Valor de propiedad

Ruta de acceso de esta instancia.

Atributos

Comentarios

RootPath es un ConfigurationProperty definido para este tipo con el valor predeterminado "RootPath ". Este tipo representa una propiedad de configuración, atributo o elemento secundario que está contenido en un elemento de un archivo de configuración.

Se aplica a