Click or drag to resize

CustomPropertyAllowedValueCreateCustomPropertyValue Method

Creates a CustomPropertyValue, which represents the property value of this allowed value.

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

Return Value

Type: CustomPropertyValue
The newly created CustomPropertyValue.
See Also