TransactionImport..::..UserCancel Property

Namespace:  JiwaFinancials.Jiwa.JiwaCreditors.Import.Transactions
Assembly:  JiwaCreditors (in JiwaCreditors.dll)

Syntax


public bool UserCancel { get; set; }
Public Property UserCancel As Boolean
	Get
	Set
public:
property bool^ UserCancel {
	bool^ get ();
	void set (bool^ value);
}