PeerApplication::PeerScope Property

 

Gets or sets the scope in which the PeerApplication is registered for collaboration.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
property PeerScope PeerScope {
	PeerScope get();
	void set(PeerScope value);
}

Property Value

Type: System.Net.PeerToPeer.Collaboration::PeerScope

PeerScope object that specifies the scope in which the PeerApplication will collaborate.

Exception Condition
ObjectDisposedException

The PeerApplication object has been disposed.

.NET Framework
Available since 3.5
Return to top
Show: