Table of Contents

Interface ITeamTagIdentity

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 ITeamTagIdentity : IDataModel<ITeamTagIdentity>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamTagIdentity>
Inherited Members
Extension Methods

Properties

DisplayName

Display name of the tag.

string DisplayName { get; set; }

Property Value

string

Id

ID of the tag.

string Id { get; set; }

Property Value

string