RemoteAuthenticationApplicationPathsOptions.RemoteRegisterPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいユーザーを登録するためのリモート エンドポイントへのリモート パスを取得または設定します。 これは絶対であり、アプリケーションの外部を指している可能性があります。
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