True if this node represents a scripted variable
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public bool IsScriptVariable { get; }
VB
Public ReadOnly Property IsScriptVariable As Boolean
Get
C++
public:
property bool IsScriptVariable {
bool get ();
}
F#
member IsScriptVariable : bool with get
Type: Boolean