Class BatchResultValue<T>
Wraps a reference or value type in an object
Inherited Members
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 |