MgInt16Property Class Reference
[MgInt16Property]
Inherits MgNullableProperty.
Detailed Description
Stores Int16 data with an associated key name.
- Remarks:
- You can store 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 () |
INT16 | GetValue () |
Gets the property value. | |
MgInt16Property (CREFSTRING name, INT16 value) | |
Constructs an MgInt16Property object. | |
void | SetValue (INT16 value) |
Friends | |
class | MgPropertyCollection |