Table of Contents

Interface ITeamConversationIdentity

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Represents a tag in Microsoft Teams. Tags allow users to quickly connect to subset of users in a team.

public interface ITeamConversationIdentity : IDataModel<ITeamConversationIdentity>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamConversationIdentity>
Inherited Members
Extension Methods

Properties

ConversationIdentityType

Type of conversation. Possible values are: team, channel, and chat.

TeamConversationIdentityType ConversationIdentityType { get; set; }

Property Value

TeamConversationIdentityType

DisplayName

Display name of the conversation. Optional.

string DisplayName { get; }

Property Value

string

Id

ID of the conversation.

string Id { get; set; }

Property Value

string