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
STRING
MgDataPropertyDefinition::GetDefaultValue
(
)
Gets the default value for this property.
.NET Syntax
string
GetDefaultValue()
;
Java Syntax
String
GetDefaultValue()
;
PHP Syntax
string
GetDefaultValue()
;
Returns:
Returns the default value.
Comments or suggestions? Send us
feedback
.