MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Determines whether this property's value can be null.

.NET Syntax
void SetNullable(bool value);
Java Syntax
void SetNullable(boolean value);
PHP Syntax
void SetNullable(bool value);
Parameters:
value(boolean/bool) True configures the property to be nullable. That is, it is possible to set it to a null value and false configures the property so that it cannot be set to a null value.
Returns:
Returns nothing