The UserVariable type exposes the following members.

Methods

  NameDescription
Public methodGetBoolValue
The Variable value as Boolean
Public methodGetDoubleValue
The Variable value as Double
Public methodGetIntValue
The Variable value as int
Public methodGetSFSArrayValue
The Variable value as SFSArray
Public methodGetSFSObjectValue
The Variable value as SFSObject
Public methodGetStringValue
The Variable value as String
Public methodIsNull
Checks if the variable value is null

Properties

  NameDescription
Public propertyName
The Variable name
Public propertyType
The Variable Type
Public propertyValue
The Variable value

See Also