Search Results for

    Show / Hide Table of Contents

    Interface IDataModelWithKey

    Defines the basic behavior for a Domain Model object with an identifying key

    Namespace: PnP.Core.Model
    Assembly: PnP.Core.dll
    Syntax
    public interface IDataModelWithKey

    Properties

    Key

    Readonly property to get the untyped key of the object

    Declaration
    object Key { get; set; }
    Property Value
    System.Object

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer