The GroupChatUserGrouptype exposes the following members.

Properties

  Name Description
Public property 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.)
Public property 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.)
Public property CanUploadFiles Gets a value indicating whether this principal can upload files. This is a derived value. See ArePermissionsInherited for more information.(Inherited from GroupChatPrincipal.)
Public property ChangeHistory Gets the change history of this principal.(Inherited from GroupChatPrincipal.)
Public property EntityGuid Gets the entity GUID which identifies this user or user group to the system.(Inherited from GroupChatPrincipal.)
Public property 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.)
Public property 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.)
Public property MemberOf Gets a collection of objects which describe the user groups to which this principal belongs.(Inherited from GroupChatPrincipal.)
Public property Name Gets the name of the user or user group represented by this instance.(Inherited from GroupChatPrincipal.)
Public property Type Gets the type of principal represented by this instance.(Inherited from GroupChatPrincipal.)
Public property 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

See Also