IngredientStockTotalQuantity Property |
[Missing <summary> documentation for "P:foodez.DataModel.IngredientStock.TotalQuantity"]
Namespace: foodez.DataModelAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string TotalQuantity { get; set; }
Public Property TotalQuantity As String
Get
Set
public:
property String^ TotalQuantity {
String^ get ();
void set (String^ value);
}
member TotalQuantity : string with get, set
Property Value
Type:
String
See Also