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
bool MgDataPropertyDefinition::GetReadOnly
(
)
Gets a Boolean value that indicates whether this property is read-only.
.NET Syntax
bool
GetReadOnly()
;
Java Syntax
boolean
GetReadOnly()
;
PHP Syntax
bool
GetReadOnly()
;
Returns:
Returns a Boolean value that indicates whether this property is read-only.
Comments or suggestions? Send us
feedback
.