Click or drag to resize

PropertyType Enumeration

Type of the value of a Message property.

Namespace:  OBCOM.NetSwitchLib.Messages
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public enum PropertyType
Members
  Member nameValueDescription
DECIMAL0 The value of the property is a Decimal.
BOOLEAN1 The value of the property is a Boolean.
BYTE2 The value of the property is a Byte.
BYTES3 The value of the property is a byte[].
DATE4 The value of the property is a DateTime.
DOUBLE5 The value of the property is a Double.
FLOAT6 The value of the property is a Single.
INTEGER7 The value of the property is a Int32.
LONG8 The value of the property is a Int64.
OBJECT9 The value of the property is an Object.
SHORT10 The value of the property is an Int16.
STRING11 The value of the property is an String.
UNDEFINED12 The value of the property is undefined (null).
See Also