ProductTypeIsShipped Property |
True when the products from this type are being shipped after sales. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsShipped { get; set; }
Public Property IsShipped As Boolean
Get
Set
public:
property bool IsShipped {
bool get ();
void set (bool value);
}
member IsShipped : bool with get, set
Property Value
Type:
Boolean
See Also