QAMessage property type enumeration, corresponding naturally to the C# types.
Visual Basic Public Enum PropertyType
C# public enum PropertyType
Member name | Description |
---|---|
BOOLEAN |
Indicates a boolean property. |
BYTE |
Indicates a signed byte property. |
DOUBLE |
Indicates a double property. |
FLOAT |
Indicates a float property. |
INT |
Indicates an int property. |
LONG |
Indicates an long property. |
SHORT |
Indicates a short property. |
STRING |
Indicates a string property. |
UNKNOWN |
Indicates an unknown property type, usually because the property is unknown. |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |