[This is preliminary documentation and is subject to change.]
A list of SIF datatypes supported by the ADK
| C# | Visual Basic | Visual C++ |
public enum SifDataType
Public Enumeration SifDataType
public enum class SifDataType
| Member | Description |
|---|---|
| Boolean |
Represents the SIF boolean |
| Int |
Represents the SIF int |
| UInt |
Represents the SIF uint |
| String |
Represents the SIF stringtoken normalizedString |
| Date |
Represents the SIF date |
| DateTime |
Represents the SIF datetime |
| Time |
Represents the SIF time |
| Decimal |
Represents the SIF decimal |
| Duration |
Represents the SIF duration |