Class
Warning

Warning DataContract class.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Warning

Inheritance: objectWarning

Constructors

Warning()

Declaration

cs-api-definition
public Warning()

Properties

Severity

Gets or sets the Severity.

Declaration

cs-api-definition
[DataMember(Name = "severity", EmitDefaultValue = false)]
public string Severity { get; set; }

Property Value

string

Text

Gets or sets the Text.

Declaration

cs-api-definition
[DataMember(Name = "text", EmitDefaultValue = false)]
public string Text { get; set; }

Property Value

string

WarningType

Gets or sets the WarningType.

Declaration

cs-api-definition
[DataMember(Name = "warningType", EmitDefaultValue = false)]
public string WarningType { get; set; }

Property Value

string