In This Topic
Enables or disables the use of warnings in the Log object.
Syntax
'Declaration
Public Sub EnableWarnings( _
ByVal As Boolean _
)
public void EnableWarnings(
bool
)
Parameters
- enable
- Use true to enable all warnings and false to disable warnings.
Requirements
See Also