Class BirdseyeMetadataResponse
Inheritance
System.Object
BirdseyeMetadataResponse
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BirdseyeMetadataResponse : Object
Constructors
BirdseyeMetadataResponse()
Declaration
public BirdseyeMetadataResponse()
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
Declaration
public BirdseyeMetadataResourceSet[] ResourceSets { get; set; }
Property Value
|
BirdseyeMetadataResourceSet[]
|
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
|