| DataObjectVersionValuePropertyGetValue Method |
Returns one of the following (depending on the datatype of the value property):
Data type 'Text' : string
Data type 'Integer' : int
Data type 'DateTime' : DateTime
Data type 'Decimal' : double
Data type 'Boolean' : bool
Data type 'Hyperlink' : string
Data type 'TimeSpan' : TimeSpan
Data type 'MultiLangText' : string (the value in the identity user's language)
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxprotected override Object GetValue()
Return Value
Type:
Object
See Also