SalesOrderLine..::..SecondaryCost Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public decimal SecondaryCost { get; set; }
Public Property SecondaryCost As Decimal
	Get
	Set
public:
property Decimal^ SecondaryCost {
	Decimal^ get ();
	void set (Decimal^ value);
}