Web API Reference MapGuide Open Source
void MgPropertyDefinition::SetDescription ( CREFSTRING  description  ) 

Sets the description of this property.

.NET Syntax
void SetDescription(string description);
Java Syntax
void SetDescription(String description);
PHP Syntax
void SetDescription(string description);

Parameters:
description (String/string) The description of the property.
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.