GroupChatUserGroup Members
Include Protected Members
Include Inherited Members
The following tables list the members exposed by the GroupChatUserGroup type.
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) | |
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) | |
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