Defines the property data type.
| C# | Visual Basic |
public enum PropertyTagType
Public Enumeration PropertyTagType
| Member | Description |
|---|---|
| Byte |
8-bit unsigned int (Byte).
|
| ASCII |
8-bit byte containing one 7-bit ASCII code. NULL terminated.
|
| Short |
16-bit unsigned int (UInt16).
|
| Long |
32-bit unsigned int (UInt32).
|
| Rational | |
| Undefined |
8-bit byte that can take any value depending on field definition.
|
| SLONG |
32-bit singed integer (Int32), 2's compliment notation.
|
| SRational |
Two Int32s. First is numerator, second is denominator.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE 5.0 and later |