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

属性

注解

对等主机或主机应用程序可以使用单独的范围来限制或区分对等参与协作活动。

调用对等方应检查此方法的返回值,以确定它可以成功执行的进一步操作。

适用于

另请参阅