| DataObjectGetPropertyValue Method (String, IEnumerableInt32) |
Note: This API is now obsolete.
Returns the value(s) of a Set property or a Reference property.
If the property is a Set property the Ids of the selected Set Property Values are returned.
If the property is a Reference property the Ids of the selected Data Objects are returned.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use GetPropertyValues<int>(string) instead!")]
public IEnumerable<int> GetPropertyValue(
string property,
IEnumerable<int> defaultValue
)
Parameters
- property
- Type: SystemString
System name of the property - defaultValue
- Type: System.Collections.GenericIEnumerableInt32
Important! defaultValue should always be specified as en empty enumeration!
Return Value
Type:
IEnumerableInt32Implements
IDataObjectGetPropertyValue(String, IEnumerableInt32)
See Also