PersistentChatPrincipalSummary Class

Definition

Basic information about a user or user group. All concrete subclasses of PersistentChatPrincipal support implicit conversion to a PersistentChatPrincipalSummary.

public ref class PersistentChatPrincipalSummary
public class PersistentChatPrincipalSummary
type PersistentChatPrincipalSummary = class
Public Class PersistentChatPrincipalSummary
Inheritance
PersistentChatPrincipalSummary

Remarks

This class is used to convey search results when querying for user information, and to specify user information in parameters to various management and administration methods. When a reference to a PersistentChatPrincipal or one of its concrete subclasses is held, a PersistentChatPrincipalSummary may be obtained by implicit conversion. (See Implicit(PersistentChatPrincipal to PersistentChatPrincipalSummary)

Properties

ActiveDirectoryPath

Gets the Active Directory path of this principal. In some contexts, this value may be unavailable, even for those principal types which are defined in Active Directory.

DisplayName

Gets the DisplayName of this principal.

EntityGuid

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

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 of the user or user group represented by this instance.

Applies to