New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class QueryParseValue

Inheritance: objectQueryParseValue

Gets or sets the Property.

C#
[DataMember(Name = "property", EmitDefaultValue = false)]
public string Property { get; set; }

Constructors

C#
public QueryParseValue()

Properties

Gets or sets the Value.

C#
[DataMember(Name = "value", EmitDefaultValue = false)]
public string Value { get; set; }