Class TeamTagOptions
Options for the team tag
Inheritance
System.Object
TeamTagOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class TeamTagOptions : object
Properties
DisplayName
Display name of the tag
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|
Members
Members associated with the tags
Declaration
public List<TeamTagUserOptions> Members { get; set; }
Property Value
List<TeamTagUserOptions>
|