Playback.IsSessionStarted Property

Gets or sets a value that indicates whether the playback session has started.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.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: System.Boolean
A value that indicates whether the playback session has started.

.NET Framework Security

See Also

Reference

Playback Class

Microsoft.VisualStudio.TestTools.UITesting Namespace