Click or drag to resize

CustomPropertiesCollectionGetPropertyValue Method

Gets the property value for the specified property. Returns null if the value is not found.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public PropertyValue GetPropertyValue(
	CustomProperty property
)

Parameters

property
Type: Aloe.EnterpriseOne.Model.GeneralCustomProperty
The property.

Return Value

Type: PropertyValue
The property value.
See Also