SalesOrderLine..::..CommentLine Property

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

Syntax


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