Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IKeyValue

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

    Properties

    View Source

    Identifier

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

    Value

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Identifier
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX