Click or drag to resize

RoomSettingsVariables Property

Defines a list of RooomVariable objects to be attached to the Room.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<RoomVariable> Variables { get; set; }

Property Value

Type: ListRoomVariable
Remarks
The default value is null.
See Also