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