Class Response
Response DataContract class.
Inheritance
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Response : Object
Constructors
Response()
Declaration
public Response()
Properties
AuthenticationResultCode
Gets or sets the AuthenticationResultCode.
Declaration
public string AuthenticationResultCode { get; set; }
Property Value
System.String
|
BrandLogoUri
Gets or sets the BrandLogoUri.
Declaration
public string BrandLogoUri { get; set; }
Property Value
System.String
|
Copyright
Gets or sets the Copyright.
Declaration
public string Copyright { get; set; }
Property Value
System.String
|
errorDetails
Gets or sets the errorDetails.
Declaration
public string[] errorDetails { get; set; }
Property Value
System.String[]
|
ResourceSets
Gets or sets the ResourceSets.
Declaration
public ResourceSet[] ResourceSets { get; set; }
Property Value
ResourceSet[]
|
StatusCode
Gets or sets the Resources.
Declaration
public int StatusCode { get; set; }
Property Value
System.Int32
|
StatusDescription
Gets or sets the StatusDescription.
Declaration
public string StatusDescription { get; set; }
Property Value
System.String
|
TraceId
Gets or sets the TraceId.
Declaration
public string TraceId { get; set; }
Property Value
System.String
|