Class
Credentials

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract(Name = "Credentials", Namespace = "http://dev.virtualearth.net/webservices/v1/common")]
public class Credentials : IExtensibleDataObject, INotifyPropertyChanged

Inheritance: objectCredentials

Implements: IExtensibleDataObjectINotifyPropertyChanged

Constructors

Credentials()

Declaration

cs-api-definition
public Credentials()

Properties

ApplicationId

Declaration

cs-api-definition
[DataMember]
public string ApplicationId { get; set; }

Property Value

string

ExtensionData

Declaration

cs-api-definition
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

Token

Declaration

cs-api-definition
[DataMember]
public string Token { get; set; }

Property Value

string

Methods

RaisePropertyChanged(string)

Declaration

cs-api-definition
protected void RaisePropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged