Web API Reference MapGuide Open Source
STRING MgPropertyDefinition::GetQualifiedName (  ) 

Gets the qualified name of this property whose format is <schemaName>:<className>.<propertyName>.

.NET Syntax
string GetQualifiedName();
Java Syntax
String GetQualifiedName();
PHP Syntax
string GetQualifiedName();

Returns:
Returns a String containing the qualified name.


Comments or suggestions? Send us feedback.