Gets or sets a value that indicates whether playback has been initialized.
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 IsInitialized As Boolean
public static bool IsInitialized { get; set; }
public:
static property bool IsInitialized {
    bool get ();
    void set (bool value);
}
static member IsInitialized : bool with get, set
static function get IsInitialized () : boolean 
static function set IsInitialized (value : boolean)
Property Value
Type: Boolean
A value that indicates whether playback has been initialized.
.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.