Search Results for

    Show / Hide Table of Contents

    Class BatchResultValue<T>

    Wraps a reference or value type in an object

    Inheritance
    Object
    BatchResultValue<T>
    Namespace: PnP.Core.Services
    Assembly: PnP.Core.dll
    Syntax
    public class BatchResultValue<T> : object
    Type Parameters
    T

    Type of the value/reference type to wrap

    Properties

    Value

    The wrapped reference/value type

    Declaration
    public T Value { get; }
    Property Value
    T

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