Class QueryParseValue
QueryParseValue DataContract class.
Inheritance
System.Object
QueryParseValue
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class QueryParseValue : Object
Constructors
QueryParseValue()
Declaration
public QueryParseValue()
Properties
Property
Gets or sets the Property.
Declaration
public string Property { get; set; }
Property Value
System.String
|
Value
Gets or sets the Value.
Declaration
public string Value { get; set; }
Property Value
System.String
|