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
    string
    View Source

    Value

    Declaration
    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