PeerPresenceInfo.PresenceStatus 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.