RemoteAuthenticationApplicationPathsOptions.RegisterPath Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o caminho para o ponto de extremidade para registrar novos usuários.
public:
property System::String ^ RegisterPath { System::String ^ get(); void set(System::String ^ value); };
public string RegisterPath { get; set; }
member this.RegisterPath : string with get, set
Public Property RegisterPath As String