Line..::..CommentLine Property

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

Syntax


[DataMemberAttribute]
public bool CommentLine { get; set; }
<DataMemberAttribute> _
Public Property CommentLine As Boolean
	Get
	Set
[DataMemberAttribute]
public:
property bool^ CommentLine {
	bool^ get ();
	void set (bool^ value);
}