Interface IKeyValue
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IKeyValue : IEntity, IDeepCloneable
Properties
View SourceIdentifier
Declaration
string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |