PeerCollaboration.SignInScope 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
。
- 屬性
備註
對等主機或主應用程式可能會使用個別的範圍來限制或區分對等參與共同作業活動。
呼叫端對等應該檢查這個方法的傳回值,以判斷它可以順利執行的進一步動作。