|   | DataObjectGetPropertyValue Method (Int32, 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>(int) instead!")]
public IEnumerable<int> GetPropertyValue(
	int propertyId,
	IEnumerable<int> defaultValue
)Parameters
- propertyId
 - Type: SystemInt32
Internal Id of the property - defaultValue
 - Type: System.Collections.GenericIEnumerableInt32
            Important! defaultValue should always be specified as en empty enumeration!
             
Return Value
Type: 
IEnumerableInt32Implements
IDataObjectGetPropertyValue(Int32, IEnumerableInt32)
See Also