GroupChatPreferenceBundle Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Describes an arbitrary block of Data which a group chat application may define for storing user preferences and settings, or any other purpose.
The GroupChatPreferenceBundle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupChatPreferenceBundle | Initializes a new instance of the GroupChatPreferenceBundle class. |
Top
Properties
Name | Description | |
---|---|---|
Data | Gets or sets the block of data which this preference represents. A preference bundle can be used to store arbitrary information which is needed by a group chat application. | |
Label | Gets or sets the label for this preference bundle. The label is a short name or description for the block of data stored in this preference. | |
SequenceId | Gets or sets the sequence ID. The sequence ID is a monotonically increasing value which governs the revision level of a preference. Every time the preference bundle is accessed, whether for read or write, the sequence ID is incremented. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top