PersistentChatUser Class

Definition

An object which describes a persistent chat user, and the permissions which have been granted or assigned to the user. For more information, see PersistentChatUserServices.

public ref class PersistentChatUser : Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatPrincipal
public class PersistentChatUser : Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipal
type PersistentChatUser = class
    inherit PersistentChatPrincipal
Public Class PersistentChatUser
Inherits PersistentChatPrincipal
Inheritance
PersistentChatUser

Properties

ActiveDirectoryPath

Gets the Active Directory path of this principal.

(Inherited from PersistentChatPrincipal)
ChangeHistory

Gets the change history of this principal.

(Inherited from PersistentChatPrincipal)
CompanyName

Gets the name of this user's company.

DisplayName

Gets the full name of the user.

Email

Gets the email address of the user.

EntityGuid

Gets the entity GUID which identifies this user or user group to the system.

(Inherited from PersistentChatPrincipal)
IsDisabled

Gets a value indicating whether this user is disabled. A user cannot be deleted. However, the user can be disabled; when disabled, the user is not permitted to connect to the persistent chat server or join chat rooms.

MemberOf

Gets a collection of objects which describe the user groups to which this principal belongs.

Local users belong to a domain (see Domain), a hierarchy of Active Directory containers and organizational units (see DirectoryFolder, as well as an arbitrary number of security groups and distribution lists (see DirectoryGroup). Affiliation with these various user groups can be used to grant permissions to a user, as well as membership or management roles on chat rooms.

User groups may also have an affiliated membership list. A security group or distribution list (DirectoryGroup) principal may be defined as a member of an arbitrary number of other directory groups, and an active directory container (DirectoryFolder) exists in a hierarchy of directory containers.

(Inherited from PersistentChatPrincipal)
Name

Gets the name of the user or user group represented by this instance.

(Inherited from PersistentChatPrincipal)
Type

Gets the type of principal represented by this instance.

(Inherited from PersistentChatPrincipal)
Uri

Gets the URI for this principal. User's have SIP URI's, and groups have URI's of the form 'ma-grp:EntityGuid@u.g'

(Inherited from PersistentChatPrincipal)

Applies to