Search Results for

    Show / Hide Table of Contents

    Class BatchResultValue<T>

    Wraps a reference or value type in an object

    Inheritance
    object
    BatchResultValue<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Services
    Assembly: PnP.Core.dll
    Syntax
    public class BatchResultValue<T>
    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