MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Sets the data type of this property. See MgPropertyType for the different data types.

.NET Syntax
void SetDataType(int type);
Java Syntax
void SetDataType(int type);
PHP Syntax
void SetDataType(int type);
Parameters:
type(int) The data type of this property.
Returns:
Returns nothing.