Click or drag to resize

DataObjectGetReferencePropertyValues Method (String)

Returns a collection of ReferencePropertyValue objects from the current DataObjectVersion.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual ReferencePropertyValues GetReferencePropertyValues(
	string propertySystemName
)

Parameters

propertySystemName
Type: SystemString

Return Value

Type: ReferencePropertyValues
See Also