CreditorChequePayment..::..IsActivated Property

Namespace:  JiwaFinancials.Jiwa.JiwaCreditorChqPay
Assembly:  JiwaCreditorChqPay (in JiwaCreditorChqPay.dll)

Syntax


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