PeerPresenceInfo::PresenceStatus Property

 

Gets or sets the presence status of the local peer.

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

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

Property Value

Type: System.Net.PeerToPeer.Collaboration::PeerPresenceStatus

PeerPresenceStatus enumeration that specifies the presence status of a peer.

.NET Framework
Available since 3.5
Return to top
Show: