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