Interface ITermProperty
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Key/Value term property
public interface ITermProperty : IDataModel<ITermProperty>, IDataModelParent, IDataModelWithContext, ISupportModules<ITermProperty>
- Inherited Members
- Extension Methods
Properties
KeyField
Property key
string KeyField { get; set; }
Property Value
Value
Property value
string Value { get; set; }