|   | DataObjectVersionItem Property (String) | 
 
            Retriever/assigner of values for a property.
            The data type of a value depends on the property type and data type:
            Value property - Text: string
            Value property - Integer: int 
            Value property - DateTime: DateTime
            Value property - Decimal: double
            Value property - Boolean: bool
            Value property - Hyperlink: string
            Value property - TimeSpan: TimeSpan
            Value property - MultiLangText: string (value in active user's language)
            Value property - Xml: string
            Set property: int
            Reference property: int
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic virtual IEnumerable<Object> this[
	string property
] { get; set; }Parameters
- property
 - Type: SystemString
 
Return Value
Type: 
IEnumerableObject
See Also