com.onlineobject.objectnet Namespace

VariableStatus Constructor

Constructor for creating a new VariableStatus instance.

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

Syntax


public VariableStatus(

	string variable,

	bool syncEnabled

)

Parameters

variable
Type: String
The name of the variable.
syncEnabled
Type: Boolean
Optional parameter to set the variable as enabled or disabled. Default is false.