Freigeben über


CommunicationUserIdentifier Klasse

Definition

Stellt einen Benutzer in Azure Communication Services dar.

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

Konstruktoren

CommunicationUserIdentifier(String)

Initialisiert eine neue Instanz von CommunicationUserIdentifier.

Eigenschaften

Id

Die ID des Kommunikationsbenutzers.

RawId

Gibt die kanonische Zeichenfolgendarstellung von zurück CommunicationUserIdentifier. Sie können die RawId zum Codieren des Bezeichners und dann als Schlüssel in einer Datenbank verwenden.

Methoden

Equals(CommunicationIdentifier)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von CommunicationIdentifier)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

Gilt für: