Class ResourceSet
ResourceSet DataContract class.
Inheritance
System.Object
ResourceSet
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 ResourceSet
Constructors
ResourceSet()
Declaration
public ResourceSet()
Properties
EstimatedTotal
Gets or sets the EstimatedTotal.
Declaration
public long EstimatedTotal { get; set; }
Property Value
System.Int64
|
Resources
Gets or sets the Resources.
Declaration
public Resource[] Resources { get; set; }
Property Value
Resource[]
|