MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT32 MgReader::GetPropertyType ( CREFSTRING  propertyName) [pure virtual]

Gets the type of the property with the specified name. See MgPropertyType for the list of possible values.

.NET Syntax
virtual int GetPropertyType(string propertyName);
Java Syntax
virtual int GetPropertyType(String propertyName);
PHP Syntax
virtual int GetPropertyType(string propertyName);
Parameters:
propertyName(String/string) The property name.
Returns:
Returns an MgPropertyType value.