GroupChatUserInformation 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.
The GroupChatUserInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupChatUserInformation | Initializes a new instance of the GroupChatUserInformation class. |
Top
Properties
Name | Description | |
---|---|---|
ArePermissionsInherited | Gets or sets a value indicating whether permissions are inherited. (Inherited from GroupChatPrincipalInformation.) | |
CanUploadFiles | Gets or sets a value indicating whether this principal can upload files. The value of this property may be hidden if ArePermissionsInherited is true. (Inherited from GroupChatPrincipalInformation.) | |
ChangeHistory | Gets the change history of this principal. (Inherited from GroupChatPrincipalInformation.) | |
CompanyName | Gets the name of this user's company. | |
DisplayName | Gets the full name of the user. | |
Gets the e-mail address of the user. | ||
EntityGuid | Gets the entity GUID which identifies this user or user group to the system. (Inherited from GroupChatPrincipalInformation.) | |
IsChatRoomAdministrator | Gets or sets a value indicating whether this principal is chat room administrator. The value of this property may be hidden if ArePermissionsInherited is true. (Inherited from GroupChatPrincipalInformation.) | |
IsDisabled | Gets or sets a value indicating whether this user is disabled. A user cannot be deleted. However, the user can be disabled; when disabled, the user is not permitted to connect to the group chat server or join chat rooms. | |
IsUserAdministrator | Gets or sets a value indicating whether this principal is user administrator. The value of this property may be hidden if ArePermissionsInherited is true. (Inherited from GroupChatPrincipalInformation.) | |
MemberOf | Gets a collection of objects which describe the user groups to which this principal belongs. (Inherited from GroupChatPrincipalInformation.) | |
Name | Gets the name of the user or user group represented by this instance. (Inherited from GroupChatPrincipalInformation.) | |
PrincipalType | Gets the type of principal represented by this instance. (Inherited from GroupChatPrincipalInformation.) | |
Type | Gets the type of principal represented by this instance. (Inherited from GroupChatPrincipalInformation.) | |
Uri | Gets the URI for this principal. Users have SIP URIs, and groups have URIs of the form 'ma-grp:@u.g'. (Inherited from GroupChatPrincipalInformation.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToLegacyPrincipalData | Internal use only: Converts this object into a legacy PrincipalData object, suitable for delivery to the protocol layer. (Overrides GroupChatPrincipalInformation.ToLegacyPrincipalData().) | |
ToString | (Inherited from Object.) |
Top