RemoteAuthenticationApplicationPathsOptions.RemoteProfilePath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー プロファイルの設定を変更するためのリモート エンドポイントへのパスを取得または設定します。 これは絶対であり、アプリケーションの外部を指している可能性があります。
public:
property System::String ^ RemoteProfilePath { System::String ^ get(); void set(System::String ^ value); };
public string RemoteProfilePath { get; set; }
public string? RemoteProfilePath { get; set; }
member this.RemoteProfilePath : string with get, set
Public Property RemoteProfilePath As String