ReturnCode..::..IsDefault Property

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

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

Syntax


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

Field Value

true if this instance is default; otherwise, false.