RemoteDriverApplications Property |
Provides access to the
ApplicationManager object used to run applications on a remote machine.
Namespace:
SmartBear.TestLeft
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax public ApplicationManager Applications { get; }
Public ReadOnly Property Applications As ApplicationManager
Get
Dim instance As RemoteDriver
Dim value As ApplicationManager
value = instance.Applications
public:
virtual property ApplicationManager^ Applications {
ApplicationManager^ get () sealed;
}
Property Value
Type:
ApplicationManagerImplements
IDriverApplicationsSee Also