ActiveDirectoryRoleFactoryConfiguration.RootPath Propriedade

Definição

Obtém ou define o caminho raiz para esta instância.

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 Propriedade

O caminho raiz neste caso.

Atributos

Observações

RootPath é definido ConfigurationProperty para este tipo com valor padrão "RootPath ". Este tipo representa uma propriedade de configuração, atributo ou elemento filho que está contido num elemento de um ficheiro de configuração.

Aplica-se a