Returns the object that represents the desktop.
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
 Syntax
SyntaxIDesktop Desktop { get; }ReadOnly Property Desktop As IDesktop
	Get
Dim instance As IDriver
Dim value As IDesktop
value = instance.Desktop
property IDesktop^ Desktop {
	IDesktop^ get ();
}Property Value
Type: 
IDesktop See Also
See Also