Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IKeyValue

    Represents a key-value pair entity.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IKeyValue : IEntity, IDeepCloneable

    Properties

    View Source

    Identifier

    Gets or sets the unique identifier (key) for this entry.

    Declaration
    string Identifier { get; set; }
    Property Value
    Type Description
    string
    View Source

    Value

    Gets or sets the value associated with the identifier.

    Declaration
    string? Value { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX