| 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 Enumeration PropertyType
Members
| Member name | Value | Description |
---|
| DECIMAL | 0 |
The value of the property is a Decimal.
|
| BOOLEAN | 1 |
The value of the property is a Boolean.
|
| BYTE | 2 |
The value of the property is a Byte.
|
| BYTES | 3 |
The value of the property is a byte[].
|
| DATE | 4 |
The value of the property is a DateTime.
|
| DOUBLE | 5 |
The value of the property is a Double.
|
| FLOAT | 6 |
The value of the property is a Single.
|
| INTEGER | 7 |
The value of the property is a Int32.
|
| LONG | 8 |
The value of the property is a Int64.
|
| OBJECT | 9 |
The value of the property is an Object.
|
| SHORT | 10 |
The value of the property is an Int16.
|
| STRING | 11 |
The value of the property is an String.
|
| UNDEFINED | 12 |
The value of the property is undefined (null).
|
See Also