|
MapGuide API Reference
|
| void MgPropertyDefinition::SetQualifiedName | ( | CREFSTRING | qualifiedName | ) |
Sets the qualified name of this property. The format of the qualified name is <schemaName>:<className>.<propertyName>.
| void SetQualifiedName(string qualifiedName); |
| void SetQualifiedName(String qualifiedName); |
| void SetQualifiedName(string qualifiedName); |
| qualifiedName | (String/string) The qualified name of the property. |