OptionsManagerDebug Property |
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax public DebugSettings Debug { get; }
Public ReadOnly Property Debug As DebugSettings
Get
Dim instance As OptionsManager
Dim value As DebugSettings
value = instance.Debug
public:
property DebugSettings^ Debug {
DebugSettings^ get ();
}
Property Value
Type:
DebugSettingsSee Also