clsVariable..::..dataType Property
get/set the variable data type
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public variableDataType dataType { get; set; }
Public Property dataType As variableDataType Get Set
public: property variableDataType^ dataType { variableDataType^ get (); void set (variableDataType^ value); }