PeerPresenceInfo.PresenceStatus Property

Definition

Gets or sets the presence status of the local peer.

public:
 property System::Net::PeerToPeer::Collaboration::PeerPresenceStatus PresenceStatus { System::Net::PeerToPeer::Collaboration::PeerPresenceStatus get(); void set(System::Net::PeerToPeer::Collaboration::PeerPresenceStatus value); };
public System.Net.PeerToPeer.Collaboration.PeerPresenceStatus PresenceStatus { get; set; }
member this.PresenceStatus : System.Net.PeerToPeer.Collaboration.PeerPresenceStatus with get, set
Public Property PresenceStatus As PeerPresenceStatus

Property Value

PeerPresenceStatus enumeration that specifies the presence status of a peer.

Applies to

See also