PeerCollaboration.SignInScope プロパティ

定義

呼び出し元のピアがプレゼンス、機能、およびオブジェクトの各情報を発行できる先の PeerScope を取得します。

public:
 static property System::Net::PeerToPeer::Collaboration::PeerScope SignInScope { System::Net::PeerToPeer::Collaboration::PeerScope get(); };
public static System.Net.PeerToPeer.Collaboration.PeerScope SignInScope { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
static member SignInScope : System.Net.PeerToPeer.Collaboration.PeerScope
Public Shared ReadOnly Property SignInScope As PeerScope

プロパティ値

呼び出し元のピアが参加するスコープを指定する PeerScope オブジェクト。 このプロパティの既定値は、null です。

属性

注釈

ピア ホストまたはホスト アプリケーションは、別のスコープを使用して、コラボレーション アクティビティへのピア参加を制限または区別できます。

呼び出し元ピアは、このメソッドからの戻り値を調べて、正常に実行できるその他のアクションを決定する必要があります。

適用対象

こちらもご覧ください