| LocalDriverOptions Property  | 
 
            Provides access to the 
OptionsManager object used configure test engine on a local machine.
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
 Syntax
Syntaxpublic OptionsManager Options { get; }Public ReadOnly Property Options As OptionsManager
	Get
Dim instance As LocalDriver
Dim value As OptionsManager
value = instance.Options
public:
virtual property OptionsManager^ Options {
	OptionsManager^ get () sealed;
}Property Value
Type: 
OptionsManagerImplements
IDriverOptions See Also
See Also