Table of Contents

Class BatchResultValue<T>

Namespace
PnP.Core.Services
Assembly
PnP.Core.dll

Wraps a reference or value type in an object

public class BatchResultValue<T>

Type Parameters

T

Type of the value/reference type to wrap

Inheritance
BatchResultValue<T>
Inherited Members

Properties

Value

The wrapped reference/value type

public T Value { get; }

Property Value

T