PropertyType Enumeration
| PropertyType Enumeration | MSG .NET Class Library |
Enum PropertyType
Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public enum PropertyType
public enum PropertyType
Public Enumeration PropertyType
Public Enumeration PropertyType
Dim instance As PropertyType
Dim instance As PropertyType
public enum PropertyType
public enum PropertyType
public enum PropertyType
public enum PropertyType
Independentsoft.Msg.PropertyType = function(); Independentsoft.Msg.PropertyType.createEnum('Independentsoft.Msg.PropertyType', false);
Independentsoft.Msg.PropertyType = function();
Independentsoft.Msg.PropertyType.createEnum('Independentsoft.Msg.PropertyType', false);Members
| Member name | Value | Description | |
|---|---|---|---|
| Integer16 | 0 | ||
| Integer32 | 1 | ||
| Floating32 | 2 | ||
| Floating64 | 3 | ||
| Currency | 4 | ||
| FloatingTime | 5 | ||
| ErrorCode | 6 | ||
| Boolean | 7 | ||
| Integer64 | 8 | ||
| Time | 9 | ||
| String | 10 | ||
| Binary | 11 | ||
| String8 | 12 | ||
| Guid | 13 | ||
| Object | 14 | ||
| MultipleInteger16 | 15 | ||
| MultipleInteger32 | 16 | ||
| MultipleFloating32 | 17 | ||
| MultipleFloating64 | 18 | ||
| MultipleCurrency | 19 | ||
| MultipleFloatingTime | 20 | ||
| MultipleInteger64 | 21 | ||
| MultipleGuid | 22 | ||
| MultipleTime | 23 | ||
| MultipleString | 24 | ||
| MultipleBinary | 25 | ||
| MultipleString8 | 26 |
See Also