Class KeyValue
Inheritance
System.Object
KeyValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class KeyValue
Constructors
KeyValue()
Declaration
public KeyValue()
Properties
Key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
[JsonProperty("value")]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |