Enum ParameterValue.ValueType
Specifies the type of the parameter value.
[Serializable]
public enum ParameterValue.ValueType
Fields
[Obsolete("Do not use this, always store the raw values of a discreet, either a double or string.")] Discreet = 3
Discrete.
Double = 1
Double.
String = 2
String.
Undefined = 0
Undefined.