RemoteAuthenticationApplicationPathsOptions.RemoteRegisterPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le chemin d’accès distant au point de terminaison distant pour l’inscription de nouveaux utilisateurs. Il peut être absolu et pointer en dehors de l’application.
public:
property System::String ^ RemoteRegisterPath { System::String ^ get(); void set(System::String ^ value); };
public string? RemoteRegisterPath { get; set; }
public string RemoteRegisterPath { get; set; }
member this.RemoteRegisterPath : string with get, set
Public Property RemoteRegisterPath As String