ProductGroupRequiredPropertyProperty Property |
The property, that is required when creating new products in the group. The property is automatically added to new products, created in the group. The property should be with Entity Type = 'Product'. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty Property { get; set; }
Public Property Property As CustomProperty
Get
Set
public:
property CustomProperty^ Property {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member Property : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also