Class KeyValueModel
Inheritance
System.Object
KeyValueModel
Namespace: EPiServer.Commerce.UI.Admin.Shared.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0Syntax
public class KeyValueModel : Object
Constructors
KeyValueModel()
Declaration
public KeyValueModel()
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |