TelemetryContext.Session Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object describing a user session tracked by this TelemetryContext.
public:
property Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::SessionContext ^ Session { Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::SessionContext ^ get(); };
public Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.SessionContext Session { get; }
member this.Session : Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.SessionContext
Public ReadOnly Property Session As SessionContext