Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgPropertyDefinition
GetDescription
GetPropertyType
GetQualifiedName
MgPropertyDefinition
MgPropertyDefinitionCollection
SetDescription
SetQualifiedName
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
.