MgByteProperty Class Reference
[MgByteProperty]
Inherits MgNullableProperty.
Detailed Description
Stores a single BYTE of data with an associated key name.
- Remarks:
- Stores an instance of this class in an MgPropertyCollection object. Use the key name to retrieve the instance from the property collection.
Public Member Functions | |
| INT16 | GetPropertyType () |
| BYTE | GetValue () |
| Gets the property value. | |
| MgByteProperty (CREFSTRING name, BYTE value) | |
| Constructs an MgByteProperty object. | |
| void | SetValue (BYTE value) |
Friends | |
| class | MgPropertyCollection |