SessionStateTelemetry.State Property

Definition

Gets or sets the value describing state of the user session.

public:
 property Microsoft::VisualStudio::ApplicationInsights::DataContracts::SessionState State { Microsoft::VisualStudio::ApplicationInsights::DataContracts::SessionState get(); void set(Microsoft::VisualStudio::ApplicationInsights::DataContracts::SessionState value); };
public Microsoft.VisualStudio.ApplicationInsights.DataContracts.SessionState State { get; set; }
member this.State : Microsoft.VisualStudio.ApplicationInsights.DataContracts.SessionState with get, set
Public Property State As SessionState

Property Value

Applies to