Class Response
Inheritance
System.Object
Response
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class Response
Constructors
Response()
Declaration
public Response()
Properties
AuthenticationResultCode
Declaration
public string AuthenticationResultCode { get; set; }
Property Value
System.String
|
BrandLogoUri
Declaration
public string BrandLogoUri { get; set; }
Property Value
System.String
|
Copyright
Declaration
public string Copyright { get; set; }
Property Value
System.String
|
errorDetails
Declaration
public string[] errorDetails { get; set; }
Property Value
System.String[]
|
ResourceSets
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
System.Int32
|
StatusDescription
Declaration
public string StatusDescription { get; set; }
Property Value
System.String
|
TraceId
Declaration
public string TraceId { get; set; }
Property Value
System.String
|