MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgPropertyDefinition::MgPropertyDefinition ( CREFSTRING  name,
INT16  type 
)

Constructs an MgPropertyDefinition object.

.NET Syntax
MgPropertyDefinition(string name, short type);
Java Syntax
MgPropertyDefinition(String name, short type);
PHP Syntax
MgPropertyDefinition(string name, int type);
Parameters:
name(String/string) The name of the property.
type(short/int) The type of the property.
Returns:
Nothing