Click or drag to resize

CustomPropertyAllowedValuesRootProperty Property

Gets the root allowed values property of the current property.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CustomProperty AllowedValuesRootProperty { get; }

Property Value

Type: CustomProperty
Remarks
The root allowed values property is obtained by traversing the AllowedValuesProperty chain.
See Also