Class ImageryMetadataResponse
Inheritance
System.Object
ImageryMetadataResponse
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ImageryMetadataResponse : Object
Constructors
ImageryMetadataResponse()
Declaration
public ImageryMetadataResponse()
Properties
AuthenticationResultCode
Declaration
public string AuthenticationResultCode { get; set; }
Property Value
System.
|
BrandLogoUri
Declaration
public string BrandLogoUri { get; set; }
Property Value
System.
|
Copyright
Declaration
public string Copyright { get; set; }
Property Value
System.
|
ErrorDetails
Declaration
public string[] ErrorDetails { get; set; }
Property Value
System.
|
ResourceSets
Declaration
public ImageryMetadataResourceSet[] ResourceSets { get; set; }
Property Value
StatusCode
Declaration
public int StatusCode { get; set; }
Property Value
System.
|
StatusDescription
Declaration
public string StatusDescription { get; set; }
Property Value
System.
|
TraceId
Declaration
public string TraceId { get; set; }
Property Value
System.
|