Quantity Property From Design Pattern Framework 3.5 previous page next page Design Pattern Framework 3.5 Quantity Property Patterns-In-Action! Application ► WindowsFormsModel.BusinessObjects ► OrderDetailModel ► Quantity C# Visual Basic Gets or sets quantity of products ordered. Declaration Syntax C# Visual Basic public int Quantity { get; set; } Public Property Quantity As Integer Assembly: WindowsFormsModel (Module: WindowsFormsModel) Version: 1.0.0.0 (1.0.0.0) previous page start next page