Class Warning
Warning DataContract class.
Inheritance
System.Object
Warning
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 Warning
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
|