Click or drag to resize

VariableGetSFSArrayValue Method

Retrieves the value of a SFSArray variable.

Namespace:  Sfs2X.Entities.Variables
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
ISFSArray GetSFSArrayValue()

Return Value

Type: ISFSArray
The variable value as an object implementing the ISFSArray interface.
See Also