Search Results for

    Show / Hide Table of Contents

    Interface ITermProperty

    Key/Value term property

    Inherited Members
    IDataModel<ITermProperty>.Requested
    IDataModel<ITermProperty>.HasValue(String)
    IDataModel<ITermProperty>.HasChanged(String)
    IDataModel<ITermProperty>.IsPropertyAvailable(Expression<Func<ITermProperty, Object>>)
    IDataModel<ITermProperty>.ArePropertiesAvailable(Expression<Func<ITermProperty, Object>>[])
    IDataModel<ITermProperty>.EnsureProperties(Expression<Func<ITermProperty, Object>>[])
    IDataModel<ITermProperty>.EnsurePropertiesAsync(Expression<Func<ITermProperty, Object>>[])
    IDataModel<ITermProperty>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ITermProperty>.ExecuteRequest(ApiRequest)
    IDataModel<ITermProperty>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ITermProperty>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ITermProperty>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ITermProperty>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ITermProperty : IDataModel<ITermProperty>, IDataModelParent, IDataModelWithContext, ISupportModules<ITermProperty>

    Properties

    KeyField

    Property key

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

    Value

    Property value

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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer