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