ReturnCode..::..IsEnabled Property

Gets or sets a value indicating whether this instance is enabled.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturns.Configuration
Assembly:  JiwaSupplierReturns (in JiwaSupplierReturns.dll)

Syntax


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

Field Value

true if this instance is enabled; otherwise, false.