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