CommunicationUserIdentifier Class

Definition

Represents a user in Azure Communication Services.

public class CommunicationUserIdentifier : Azure.Communication.CommunicationIdentifier
type CommunicationUserIdentifier = class
    inherit CommunicationIdentifier
Public Class CommunicationUserIdentifier
Inherits CommunicationIdentifier
Inheritance
CommunicationUserIdentifier

Constructors

CommunicationUserIdentifier(String)

Initializes a new instance of CommunicationUserIdentifier.

Properties

Id

The id of the communication user.

RawId

Returns the canonical string representation of the CommunicationUserIdentifier. You can use the RawId for encoding the identifier and then use it as a key in a database.

Methods

Equals(CommunicationIdentifier)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

(Inherited from CommunicationIdentifier)
ToString()

Returns a string that represents the current object.

Applies to