Interface IRequestable
Defines the very basic interface for every object that is somehow requestable through an external querying system
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IRequestable
Properties
Requested
Was this object requested, a collection with 0 items and Requested == false was never loaded
Declaration
bool Requested { get; set; }
Property Value
System.Boolean
|