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