MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgInt32Property::MgInt32Property ( CREFSTRING  name,
INT32  value 
)

Constructs an MgInt32Property object.

.NET Syntax
MgInt32Property(string name, int value);
Java Syntax
MgInt32Property(String name, int value);
PHP Syntax
MgInt32Property(string name, int value);
Parameters:
name(String/string) The name of the property.
value(int) The value of the property.