MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Sets the name and value of the parameter.

.NET Syntax
void SetProperty(MgNullableProperty prop);
Java Syntax
void SetProperty(MgNullableProperty prop);
PHP Syntax
void SetProperty(MgNullableProperty prop);
Parameters:
prop(MgNullableProperty) Input an MgNullableProperty instance which contains the name and value of the parameter.
Returns:
Returns nothing