Click or drag to resize

DataObjectVersionGetReferencePropertyValueId Method

Returns the value of a specific reference property. If more than one value are present the first is returned. If no value are present then 'default' is returned.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int GetReferencePropertyValueId(
	int propertyId,
	int defaultId
)

Parameters

propertyId
Type: SystemInt32
defaultId
Type: SystemInt32

Return Value

Type: Int32
See Also