Interface IBatchResult
Defines the result of a batch when it is executed
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IBatchResult
Properties
IsAvailable
Gets whether the result is available or not
Declaration
bool IsAvailable { get; }
Property Value
System.Boolean
|