GroupChatUser 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 GroupChatUser type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveDirectoryPath | Gets the Active Directory path of this principal. This value is null if the Type of this principal is FederatedUser or FederatedUserGroup. (Inherited from GroupChatPrincipal.) | |
ArePermissionsInherited | Gets a value indicating whether permissions are inherited. When inherited, a permission is granted if any of the user groups to which this principal belongs have been granted the permission, or have inherited it. (Inherited from GroupChatPrincipal.) | |
CanUploadFiles | Gets a value indicating whether this principal can upload files. This is a derived value. See ArePermissionsInherited for more information. (Inherited from GroupChatPrincipal.) | |
ChangeHistory | Gets the change history of this principal. (Inherited from GroupChatPrincipal.) | |
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 GroupChatPrincipal.) | |
IsChatRoomAdministrator | Gets a value indicating whether this principal is chat room administrator. This is a derived value. See ArePermissionsInherited for more information. (Inherited from GroupChatPrincipal.) | |
IsDisabled | Gets 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 a value indicating whether this principal is the user administrator. This is a derived value. See ArePermissionsInherited for more information. (Inherited from GroupChatPrincipal.) | |
MemberOf | Gets a collection of objects which describe the user groups to which this principal belongs. (Inherited from GroupChatPrincipal.) | |
Name | Gets the name of the user or user group represented by this instance. (Inherited from GroupChatPrincipal.) | |
Type | Gets the type of principal represented by this instance. (Inherited from GroupChatPrincipal.) | |
Uri | Gets the URI for this principal. Users have SIP URIs, and groups have URIs of the form 'ma-grp:@u.g'. (Inherited from GroupChatPrincipal.) |
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