Sets the ISSUE_DATE field of the CTransRow.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string IssueDate { set; }
Visual Basic
Public WriteOnly Property IssueDate As String
	Set
Visual C++
public:
property String^ IssueDate {
	void set (String^ value);
}

See Also