Enumeration for declaring the required property type upon property creation. Possible values are:
  • TEXT Text properies
  • TEXTLIST Textlist properties
  • INTEGER Integer properties
  • DOUBLE Double properties
  • BOOL Boolean properties

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum InfigoPropertyType
Visual Basic (Declaration)
Public Enumeration InfigoPropertyType
Visual C++
public enum class InfigoPropertyType

Members

Member nameDescription
TEXT
Text property
INTEGER
Integer property
DOUBLE
Double property
BOOL
Boolean property
TEXTLIST
Text list property

See Also