GroupChatFederatedUserGroupInformation Members
Include Protected Members
Include Inherited Members
The GroupChatFederatedUserGroupInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupChatFederatedUserGroupInformation | Initializes a new instance of the GroupChatFederatedUserInformation class. |
Top
Properties
Name | Description | |
---|---|---|
ArePermissionsInherited | Gets or sets a value indicating whether permissions are inherited. (Inherited from GroupChatPrincipalInformation.) | |
CanUploadFiles | Gets or sets a value indicating whether this principal can upload files. The value of this property may be hidden if ArePermissionsInherited is true. (Inherited from GroupChatPrincipalInformation.) | |
ChangeHistory | Gets the change history of this principal. (Inherited from GroupChatPrincipalInformation.) | |
EntityGuid | Gets the entity GUID which identifies this user or user group to the system. (Inherited from GroupChatPrincipalInformation.) | |
IsChatRoomAdministrator | Federated users cannot be granted administrator privileges. | |
IsUserAdministrator | Federated users cannot be granted administrator privileges. | |
MemberOf | Gets a collection of objects which describe the user groups to which this principal belongs. (Inherited from GroupChatPrincipalInformation.) | |
Name | Gets or sets the name of the federated user group. Unlike local (Active Directory based) users and groups, the name of a federated user or group is editable in the group chat database. | |
PrincipalType | Gets the type of principal represented by this instance. (Inherited from GroupChatPrincipalInformation.) | |
Type | Gets the type of principal represented by this instance. (Inherited from GroupChatPrincipalInformation.) | |
Uri | Gets the URI for this principal. Users have SIP URIs, and groups have URIs of the form 'ma-grp:@u.g'. (Inherited from GroupChatPrincipalInformation.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToLegacyPrincipalData | Internal use only: Converts this object into a legacy PrincipalData object, suitable for delivery to the protocol layer. (Overrides GroupChatUserGroupInformation.ToLegacyPrincipalData().) | |
ToString | (Inherited from Object.) |
Top