RemoteDriverOptions Property |
Provides access to the
OptionsManager object used configure test engine 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 OptionsManager Options { get; }
Public ReadOnly Property Options As OptionsManager
Get
Dim instance As RemoteDriver
Dim value As OptionsManager
value = instance.Options
public:
virtual property OptionsManager^ Options {
OptionsManager^ get () sealed;
}
Property Value
Type:
OptionsManagerImplements
IDriverOptionsSee Also