Class MapFieldData
Inheritance
System.Object
MapFieldData
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class MapFieldData : Object
Constructors
MapFieldData()
Declaration
public MapFieldData()
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |