CustomPropertyLimitToAllowedValues Property |
When true, allows the property to be set only to allowed value. When false, the property can have any value. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool LimitToAllowedValues { get; set; }
Public Property LimitToAllowedValues As Boolean
Get
Set
public:
property bool LimitToAllowedValues {
bool get ();
void set (bool value);
}
member LimitToAllowedValues : bool with get, set
Property Value
Type:
Boolean
See Also