Click or drag to resize

DataObjectVersionPropertyGetVersionProperty Method

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static DataObjectVersionProperty GetVersionProperty(
	int propertyId,
	IEnumerable<DataObjectVersionProperty> properties,
	bool throwIfNotFound = false
)

Parameters

propertyId
Type: SystemInt32
properties
Type: System.Collections.GenericIEnumerableDataObjectVersionProperty
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: DataObjectVersionProperty
See Also