Table of Contents

Interface IDataModelWithContext

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

Interface to implement PnPContext concept on all model objects

public interface IDataModelWithContext

Properties

PnPContext

PnPContext linked to this model instance

PnPContext PnPContext { get; set; }

Property Value

PnPContext