Class QueryParseValue
QueryParseValue DataContract class.
Inheritance
System.Object
QueryParseValue
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: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class QueryParseValue
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
|