SmartFoxServer Unity/.NET API
RoomVariable Constructor (name, value)
NamespacesSmartFoxClientAPI.DataRoomVariableRoomVariable(String, Object)
Initializes a new instance of the RoomVariable class
Declaration Syntax
C#Visual BasicVisual C++
public RoomVariable(
	string name,
	Object value
)
Public Sub New ( _
	name As String, _
	value As Object _
)
public:
RoomVariable(
	String^ name, 
	Object^ value
)
Parameters
name (String)
value (Object)

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)