ProductTypeIsStocked Property |
True=The products of this type are stocked in a warehouse; false=otherwise (services). [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsStocked { get; set; }
Public Property IsStocked As Boolean
Get
Set
public:
property bool IsStocked {
bool get ();
void set (bool value);
}
member IsStocked : bool with get, set
Property Value
Type:
Boolean
See Also