Gets or sets a value indicating whether exclamation marks (!) are interpreted as references, rather than NOT.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public bool InterpretExclamationAsReference { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InterpretExclamationAsReference As Boolean |
A bolean value. The default is false.
See Also