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

Response DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

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

Inheritance: objectResponse

Constructors

C#
public Response()

Properties

Gets or sets the AuthenticationResultCode.

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

Gets or sets the BrandLogoUri.

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

Gets or sets the Copyright.

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

Gets or sets the errorDetails.

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

Gets or sets the ResourceSets.

C#
[DataMember(Name = "resourceSets", EmitDefaultValue = false)]
public ResourceSet[] ResourceSets { get; set; }

Gets or sets the Resources.

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

Gets or sets the StatusDescription.

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

Gets or sets the TraceId.

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