Class KeyValue
Implements IKeyValue.
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 SourceIdentifier
Declaration
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |