Class
ResourceSet

ResourceSet 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 ResourceSet

Inheritance: objectResourceSet

Constructors

ResourceSet()

Declaration

cs-api-definition
public ResourceSet()

Properties

EstimatedTotal

Gets or sets the EstimatedTotal.

Declaration

cs-api-definition
[DataMember(Name = "estimatedTotal", EmitDefaultValue = false)]
public long EstimatedTotal { get; set; }

Property Value

long

Resources

Gets or sets the Resources.

Declaration

cs-api-definition
[DataMember(Name = "resources", EmitDefaultValue = false)]
public Resource[] Resources { get; set; }

Property Value

Resource[]