Click or drag to resize

CustomPropertiesCollectionTryGet Method

Tries to get the value of the specified custom property. Returns null if not successful for any reason.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CustomPropertyValue TryGet(
	string customPropertyCode
)

Parameters

customPropertyCode
Type: SystemString
The custom property code.

Return Value

Type: CustomPropertyValue
The value of the custom property or null if the get failed.
See Also