Table of Contents

Interface IFieldTaxonomyValue

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents a taxonomy field value

public interface IFieldTaxonomyValue : IFieldValue
Inherited Members

Properties

Label

Taxonomy label

string Label { get; set; }

Property Value

string

TermId

Taxonomy term id

Guid TermId { get; set; }

Property Value

Guid