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(params Expression<Func<ITermProperty, object>>[])
    IDataModel<ITermProperty>.EnsureProperties(params Expression<Func<ITermProperty, object>>[])
    IDataModel<ITermProperty>.EnsurePropertiesAsync(params 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
    string

    Value

    Property value

    Declaration
    string Value { get; set; }
    Property Value
    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