|
MapGuide API Reference
|
| MgInt64Property::MgInt64Property | ( | CREFSTRING | name, |
| INT64 | value | ||
| ) |
Constructs an MgInt64Property object.
| MgInt64Property(string name, long value); |
| MgInt64Property(String name, long value); |
| MgInt64Property(string name, string value); |
| name | (String/string) The name of the property. |
| value | (long/string) The value of the property. |