Table of Contents

Class TeamTagOptions

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

Options for the team tag

public class TeamTagOptions
Inheritance
TeamTagOptions
Inherited Members

Properties

DisplayName

Display name of the tag

public string DisplayName { get; set; }

Property Value

string

Members

Members associated with the tags

public List<TeamTagUserOptions> Members { get; set; }

Property Value

List<TeamTagUserOptions>