Click or drag to resize

VariableGetSFSObjectValue Method

Retrieves the value of a SFSObject variable.

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

Return Value

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