Search Results for

    Show / Hide Table of Contents

    Interface IFieldTaxonomyValue

    Represents a taxonomy field value

    Inherited Members
    IFieldValue.Field
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFieldTaxonomyValue : IFieldValue

    Properties

    Label

    Taxonomy label

    Declaration
    string Label { get; set; }
    Property Value
    System.String

    TermId

    Taxonomy term id

    Declaration
    Guid TermId { get; set; }
    Property Value
    Guid

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