New to Telerik UI for WPFStart a free 30-day trial

The response to a Bing Maps REST Services Birdseye Metadata request.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BirdseyeMetadataResponse

Inheritance: objectBirdseyeMetadataResponse

Constructors

C#
public BirdseyeMetadataResponse()

Properties

Gets or sets status code that offers additional information about authentication success or failure.

C#
[DataMember(Name = "authenticationResultCode")]
public string AuthenticationResultCode { get; set; }

Gets or sets a URL that references a brand image to support contractual branding requirements.

C#
[DataMember(Name = "brandLogoUri")]
public string BrandLogoUri { get; set; }

Gets or sets a copyright notice.

C#
[DataMember(Name = "copyright")]
public string Copyright { get; set; }

Gets or sets a collection of error descriptions. For example, ErrorDetails can identify parameter values that are not valid or missing.

C#
[DataMember(Name = "errorDetails")]
public string[] ErrorDetails { get; set; }

Gets or sets a collection of ResourceSet objects. A ResourceSet is a container of Resources returned by the request.

C#
[DataMember(Name = "resourceSets")]
public BirdseyeMetadataResourceSet[] ResourceSets { get; set; }

Gets or sets the HTTP Status code for the request.

C#
[DataMember(Name = "statusCode")]
public int StatusCode { get; set; }

Gets or sets the description of the HTTP status code.

C#
[DataMember(Name = "statusDescription")]
public string StatusDescription { get; set; }

Gets or sets a unique identifier for the request.

C#
[DataMember(Name = "traceId")]
public string TraceId { get; set; }