com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)>..::..SetVariableValue Method

Sets the value of the network variable using an object and triggers synchronization logic if set.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void SetVariableValue(

	Object value

)

Parameters

value
Type: Object
The new value to set as an object.