Interface ITeamTagIdentity
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
Id
ID of the tag.
string Id { get; set; }