EventsResultData.Session Property

Definition

Gets or sets session info of the event

[Newtonsoft.Json.JsonProperty(PropertyName="session")]
public Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo Session { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="session")>]
member this.Session : Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo with get, set
Public Property Session As EventsSessionInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to