Table of Contents

Interface IMetadataExtensible

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

Defines the very basic interface for every object that is provided with metadata eventually with deferred loading

public interface IMetadataExtensible

Properties

Metadata

Dictionary to access the domain model object Metadata

Dictionary<string, string> Metadata { get; }

Property Value

Dictionary<string, string>