PeerPresenceInfo Class
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.
Represents the presence information of a peer.
public ref class PeerPresenceInfo
public class PeerPresenceInfo
type PeerPresenceInfo = class
Public Class PeerPresenceInfo
- Inheritance
-
PeerPresenceInfo
Remarks
The presence of a peer specifies a certain level of participation in a peer collaboration network, such as whether or not the peer has logged into or out of the peer collaboration network, or has set presence status to "Away".
Constructors
PeerPresenceInfo() |
Initializes a new default instance of the PeerPresenceInfo class. |
PeerPresenceInfo(PeerPresenceStatus, String) |
Initializes an instance of a PeerPresenceInfo object that includes a Unicode string describing the presence status the local peer. |
Properties
DescriptiveText |
Gets or sets a Unicode string further describing the presence status for the local peer. |
PresenceStatus |
Gets or sets the presence status of the local peer. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |