Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0)

MessageType enumeration Next Page

PropertyType enumeration


QAMessage property type enumeration, corresponding naturally to the C# types.

Syntax

Visual Basic
Public Enum PropertyType

C#
public enum PropertyType

Member name
Member nameDescription

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.