The GroupChatPrincipalInformationtype exposes the following members.

Constructors

  Name Description
Protected method GroupChatPrincipalInformation Initializes a new instance of the GroupChatPrincipalInformation class.
Top

Properties

  Name Description
Public property ArePermissionsInherited Gets or sets a value indicating whether permissions are inherited.
Public property 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 .
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 or sets a value indicating whether this principal is chat room administrator. The value of this property may be hidden if ArePermissionsInherited is true .
Public property IsUserAdministrator Gets or sets a value indicating whether this principal is user administrator. The value of this property may be hidden if ArePermissionsInherited is true .
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 PrincipalType Gets the type of principal 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ToLegacyPrincipalData Internal use only: Converts this object into a legacy PrincipalDataobject, suitable for delivery to the protocol layer.
Public method ToString (Inherited from Object.)
Top

See Also