SessionContext.IsNewSession Property

Gets or sets the IsNewSession Session.

Namespace: Microsoft.ApplicationInsights.Extensibility.Implementation
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As SessionContext
Dim value As Nullable(Of Boolean)

value = instance.IsNewSession

instance.IsNewSession = value

Syntax

'Declaration
Public Property IsNewSession As Nullable(Of Boolean)
public Nullable<bool> IsNewSession { get; set; }
public:
property Nullable<bool> IsNewSession {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_IsNewSession ()

/** @property */
public void set_IsNewSession (Nullable<boolean> value)
public function get IsNewSession () : Nullable<boolean>

public function set IsNewSession (value : Nullable<boolean>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

SessionContext Class
SessionContext Members
Microsoft.ApplicationInsights.Extensibility.Implementation Namespace