Delen via


MicrosoftTeamsAppIdentifier Class

Definition

Represents a Microsoft Teams Application.

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

Constructors

MicrosoftTeamsAppIdentifier(String, Nullable<CommunicationCloudEnvironment>)

Initializes a new instance of MicrosoftTeamsAppIdentifier.

Properties

AppId

The id of the Microsoft Teams Application.

Cloud

The cloud that the application belongs to.

RawId

Returns the canonical string representation of the MicrosoftTeamsAppIdentifier. 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