Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 880 Bytes

f91a9f4a-505e-6324-566a-4edf1af9a610.md

File metadata and controls

43 lines (29 loc) · 880 Bytes

node.IsScriptVariable Property

True if this node represents a scripted variable

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

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

Property Value

Type: Boolean

See Also

Reference

node Class
NSS.Blast.Compiler Namespace