CustomPropertyAllowedValuesProperty Property |
When not null, specifies that the current property can have the same allowed values as the specified property. Also, this makes the current and the specified property copy-compatible. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty AllowedValuesProperty { get; set; }
Public Property AllowedValuesProperty As CustomProperty
Get
Set
public:
property CustomProperty^ AllowedValuesProperty {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member AllowedValuesProperty : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also