Search Results for

    Show / Hide Table of Contents

    Class TeamTagOptions

    Options for the team tag

    Inheritance
    object
    TeamTagOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class TeamTagOptions

    Properties

    DisplayName

    Display name of the tag

    Declaration
    public string DisplayName { get; set; }
    Property Value
    string

    Members

    Members associated with the tags

    Declaration
    public List<TeamTagUserOptions> Members { get; set; }
    Property Value
    List<TeamTagUserOptions>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer