The GroupChatPrincipaltype 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 .
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.
Public property CanUploadFiles Gets a value indicating whether this principal can upload files. This is a derived value. See ArePermissionsInherited for more information.
Public property ChangeHistory Gets the change history of this principal.
Public property EntityGuid Gets the entity GUID which identifies this user or user group to the system.
Public property IsChatRoomAdministrator Gets a value indicating whether this principal is chat room administrator. This is a derived value. See ArePermissionsInherited for more information.
Public property IsUserAdministrator Gets a value indicating whether this principal is the user administrator. This is a derived value. See ArePermissionsInherited for more information.
Public property MemberOf Gets a collection of objects which describe the user groups to which this principal belongs.
Public property Name Gets the name of the user or user group represented by this instance.
Public property Type Gets the type of principal represented by this instance.
Public property Uri Gets the URI for this principal. Users have SIP URIs, and groups have URIs of the form 'ma-grp:@u.g'.
Top

See Also