Click or drag to resize

DataObjectVersionItem Property (Int32)

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
Syntax
C#
public IEnumerable<Object> this[
	int propertyId
] { get; set; }

Parameters

propertyId
Type: SystemInt32

Return Value

Type: IEnumerableObject
See Also