Enumeration for declaring the required property type upon property creation.
            Possible values are:
            
    Namespace: 
   InfigoSDK- TEXT Text properies
- TEXTLIST Textlist properties
- INTEGER Integer properties
- DOUBLE Double properties
- BOOL Boolean properties
Assembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum InfigoPropertyType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration InfigoPropertyType | 
| Visual C++ | 
|---|
| public enum class InfigoPropertyType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| TEXT | 
            Text property
             | |
| INTEGER | 
            Integer property
             | |
| DOUBLE | 
            Double property
             | |
| BOOL | 
            Boolean property
             | |
| TEXTLIST | 
            Text list property
             | 





