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 SourceIdentifier
Gets or sets the unique identifier (key) for this entry.
Declaration
string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the value associated with the identifier.
Declaration
string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |