Interface ITeamTagIdentity
Represents a tag in Microsoft Teams. Tags allow users to quickly connect to subset of users in a team.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamTagIdentity : IDataModel<ITeamTagIdentity>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamTagIdentity>
Properties
DisplayName
Display name of the tag.
Declaration
string DisplayName { get; set; }
Property Value
System.String
|
Id
ID of the tag.
Declaration
string Id { get; set; }
Property Value
System.String
|