Interface IDataModelWithContext
Interface to implement PnPContext concept on all model objects
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public interface IDataModelWithContext
Properties
PnPContext
PnPContext linked to this model instance
Declaration
PnPContext PnPContext { get; set; }
Property Value
PnPContext
|