Gets the CSC_REQUIRED_WEB 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.3.0

Syntax

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

See Also