IsAutoCorrectPreferred Method (ExternalVariable)
Gets a boolean value indicating whether the external variable prefer correct expression automatically.
protected virtual bool IsAutoCorrectPreferred()
'Declaration
Protected Overridable Function IsAutoCorrectPreferred() As Boolean
'Usage
Dim instance As ExternalVariable
Dim value As Boolean
value = instance.IsAutoCorrectPreferred()
Return Value
true
if all expression are corrected automatically; otherwise, false
.