Interface IBatchSingleResult
Defines a single result of a batch request
Inherited Members
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IBatchSingleResult : IBatchResult
Properties
ObjectResult
Gets the result, once the batch is executed
Declaration
object ObjectResult { get; }
Property Value
System.Object
|