PeerCollaboration.SignInScope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PeerScope to which the calling peer can publish presence, capability and object information.
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
Property Value
PeerScope object that specifies the scope in which the calling peer will participate. The default value for this property is null
.
- Attributes
Remarks
The peer host or host application may limit or differentiate peer participation in collaboration activities by using separate scopes.
The calling peer should inspect the return value from this method to determine what further actions it can successfully perform.