Click or drag to resize

SVariable Properties

Developed by SO-SOFT

The SVariable type exposes the following members.

Properties
 NameDescription
Public propertyActualVariable Get actual variable
Public propertyArray Get array object
(Inherited from SValue)
Public propertyBool Get boolean value
(Inherited from SValue)
Public propertyHash Get hash object
(Inherited from SValue)
Public propertyInteger Get integer value
(Inherited from SValue)
Public propertyIsDefine Is define
Public propertyIsInitialized Is initialized by script engine
Public propertyIsProgramAdded Is program added
Public propertyIsStatic Is static
(Inherited from SValue)
Public propertyName Name
Public propertyNumber Get number value
(Inherited from SValue)
Public propertyPath Get path object
(Inherited from SValue)
Public propertyRegex Get regular expression value
(Inherited from SValue)
Public propertyString Get string value
(Inherited from SValue)
Public propertyStringValue String value
(Inherited from SValue)
Public propertyType Type
(Inherited from SValue)
Public propertyValue Value
(Inherited from SValue)
Top
See Also