Gets or sets the ENCRYPT_CSC field of the CTransRow.

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

Syntax

C#
public string EncryptCSC { get; set; }
Visual Basic (Declaration)
Public Property EncryptCSC As String
Visual C++
public:
property String^ EncryptCSC {
	String^ get ();
	void set (String^ value);
}

See Also