Gets the CSC_REQUIRED_CS 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 IsCardSecurityCodeRequiredFromiMIS { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsCardSecurityCodeRequiredFromiMIS As Boolean
Visual C++
public:
property bool IsCardSecurityCodeRequiredFromiMIS {
	bool get ();
}

See Also