Table of Contents

Interface IBatchSingleResult

Namespace
PnP.Core.Model
Assembly
PnP.Core.dll

Defines a single result of a batch request

public interface IBatchSingleResult : IBatchResult
Inherited Members

Properties

ObjectResult

Gets the result, once the batch is executed

object ObjectResult { get; }

Property Value

object