ExchangeLine..::..IsNonStock Property

Gets or sets a value indicating whether this instance is non stock.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturns.Credit
Assembly:  JiwaSupplierReturns (in JiwaSupplierReturns.dll)

Syntax


public bool IsNonStock { get; set; }
Public Property IsNonStock As Boolean
	Get
	Set
public:
property bool^ IsNonStock {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is non stock; otherwise, false.