Price Property
The price for this item.
Syntax
[VB.NET] Public Property Price As String
[C#] public string Price {get; set;}
Remarks
The price for this item. If the item is both purchased and sold Price will refer to the sales price, and Cost will refer to the purchase cost.
Not used for payment, sales tax, or subtotal items.
Default Value
""