Web API Reference MapGuide Open Source
MgDataPropertyDefinition::MgDataPropertyDefinition ( CREFSTRING  name  ) 

Constructs an MgDataPropertyDefinition object.

.NET Syntax
MgDataPropertyDefinition(string name);
Java Syntax
MgDataPropertyDefinition(String name);
PHP Syntax
MgDataPropertyDefinition(string name);

Parameters:
name (String/string) The name of the property.


Comments or suggestions? Send us feedback.