Class ResourceSet
ResourceSet DataContract class.
Inheritance
System.Object
ResourceSet
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ResourceSet : Object
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[]
|