Click or drag to resize

BasePropertiesGetPropertyValue Method

Looks for a set property value in all the set properties in the collection.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public SetPropertyValue GetPropertyValue(
	int valueId
)

Parameters

valueId
Type: SystemInt32
Id of a set property value.

Return Value

Type: SetPropertyValue
Returns null if the value can't be found.
See Also