QAMessage property type enumeration, corresponding naturally to the C# types.
Visual Basic syntaxPublic Enum PropertyType
C# syntaxpublic enum PropertyType
Members| 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. |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
