Gets the ISSUE_DATE_FLAG field of the the Cash_Accounts table entry represented by this CCashAccount object.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool UseDebitCardIssueDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property UseDebitCardIssueDate As Boolean
Visual C++
public:
property bool UseDebitCardIssueDate {
	bool get ();
}

See Also