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.2.0

Syntax

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

See Also