Search Results for

    Show / Hide Table of Contents
    View Source

    Class KeyValue

    Implements IKeyValue.

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [Serializable]
    [DataContract(IsReference = true)]
    public class KeyValue : EntityBase, IRememberBeingDirty, ICanBeDirty, IKeyValue, IEntity, IDeepCloneable

    Properties

    View Source

    Identifier

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

    Value

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