| RemoteDriverDesktop Property  | 
 
            Returns the object that represents the desktop of a remote machine.
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
 Syntax
Syntaxpublic IDesktop Desktop { get; }Public ReadOnly Property Desktop As IDesktop
	Get
Dim instance As RemoteDriver
Dim value As IDesktop
value = instance.Desktop
public:
virtual property IDesktop^ Desktop {
	IDesktop^ get () sealed;
}Property Value
Type: 
IDesktopImplements
IDriverDesktop See Also
See Also