Search Results for

    Show / Hide Table of Contents

    Interface IBatchSingleResult<T>

    Defines the result of a batch when it is executed

    Inherited Members
    IBatchSingleResult.ObjectResult
    IBatchResult.IsAvailable
    Namespace: PnP.Core.Model
    Assembly: PnP.Core.dll
    Syntax
    public interface IBatchSingleResult<out T> : IBatchSingleResult, IBatchResult
    Type Parameters
    T

    The type of the result

    Properties

    Result

    Gets the result, once the batch is executed

    Declaration
    T Result { get; }
    Property Value
    T

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer