CustomPropertyAllowedValuesParentProperty Property |
Specifies the user defined property, which is used for filtering the allowed values by value of the parent property. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty AllowedValuesParentProperty { get; set; }
Public Property AllowedValuesParentProperty As CustomProperty
Get
Set
public:
property CustomProperty^ AllowedValuesParentProperty {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member AllowedValuesParentProperty : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also