Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgDataPropertyDefinition
GetDataType
GetDefaultValue
GetLength
GetNullable
GetPrecision
GetReadOnly
GetScale
IsAutoGenerated
MgDataPropertyDefinition
SetAutoGeneration
SetDataType
SetDefaultValue
SetLength
SetNullable
SetPrecision
SetReadOnly
SetScale
void MgDataPropertyDefinition::SetDefaultValue
(
CREFSTRING
value
)
Sets the default value for this property.
.NET Syntax
void SetDefaultValue(string value);
Java Syntax
void SetDefaultValue(String value);
PHP Syntax
void SetDefaultValue(string value);
Parameters:
value
(String/string) The default value.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.