次の方法で共有


ConnectionSession.ConnectionProfile プロパティ

定義

接続セッションに関連付けられている ConnectionProfile を取得します。

public:
 property ConnectionProfile ^ ConnectionProfile { ConnectionProfile ^ get(); };
ConnectionProfile ConnectionProfile();
public ConnectionProfile ConnectionProfile { get; }
var connectionProfile = connectionSession.connectionProfile;
Public ReadOnly Property ConnectionProfile As ConnectionProfile

プロパティ値

アクセス ポイント接続のプロパティを定義するために使用される接続プロファイル。

適用対象