MgInt64Property Class Reference
[MgInt64Property]
Inherits MgNullableProperty.
Detailed Description
Stores Int64 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 () |
| INT64 | GetValue () |
| Gets the property value. | |
| MgInt64Property (CREFSTRING name, INT64 value) | |
| Constructs an MgInt64Property object. | |
| void | SetValue (INT64 value) |
Friends | |
| class | MgPropertyCollection |