Gets or sets a value that indicates whether the playback session has started.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Shared Property IsSessionStarted As Boolean
public static bool IsSessionStarted { get; set; }
public:
static property bool IsSessionStarted {
    bool get ();
    void set (bool value);
}
static member IsSessionStarted : bool with get, set
static function get IsSessionStarted () : boolean 
static function set IsSessionStarted (value : boolean)
Property Value
Type: Boolean
A value that indicates whether the playback session has started.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.