ClassResponse
Class
Response 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 Response
Inheritance: objectResponse
Constructors
Response()
Declaration
cs-api-definition
public Response()
Properties
AuthenticationResultCode
Gets or sets the AuthenticationResultCode.
Declaration
cs-api-definition
[DataMember(Name = "authenticationResultCode", EmitDefaultValue = false)]
public string AuthenticationResultCode { get; set; }
Property Value
BrandLogoUri
Gets or sets the BrandLogoUri.
Declaration
cs-api-definition
[DataMember(Name = "brandLogoUri", EmitDefaultValue = false)]
public string BrandLogoUri { get; set; }
Property Value
Copyright
Gets or sets the Copyright.
Declaration
cs-api-definition
[DataMember(Name = "copyright", EmitDefaultValue = false)]
public string Copyright { get; set; }
Property Value
ResourceSets
Gets or sets the ResourceSets.
Declaration
cs-api-definition
[DataMember(Name = "resourceSets", EmitDefaultValue = false)]
public ResourceSet[] ResourceSets { get; set; }
Property Value
StatusCode
Gets or sets the Resources.
Declaration
cs-api-definition
[DataMember(Name = "statusCode", EmitDefaultValue = false)]
public int StatusCode { get; set; }
Property Value
StatusDescription
Gets or sets the StatusDescription.
Declaration
cs-api-definition
[DataMember(Name = "statusDescription", EmitDefaultValue = false)]
public string StatusDescription { get; set; }
Property Value
TraceId
Gets or sets the TraceId.
Declaration
cs-api-definition
[DataMember(Name = "traceId", EmitDefaultValue = false)]
public string TraceId { get; set; }
Property Value
errorDetails
Gets or sets the errorDetails.
Declaration
cs-api-definition
[DataMember(Name = "errorDetails", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string[] errorDetails { get; set; }
Property Value
string[]