New to Telerik UI for WPFStart a free 30-day trial

Represents information about Bing session.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingSession

Inheritance: objectBingSession

Constructors

C#
public BingSession()

Properties

Gets or sets session ID.

C#
[DataMember(Name = "sessionId")]
public string SessionId { get; set; }