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

屬性

備註

對等主機或主應用程式可能會使用個別的範圍來限制或區分對等參與共同作業活動。

呼叫端對等應該檢查這個方法的傳回值,以判斷它可以順利執行的進一步動作。

適用於

另請參閱