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 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.