Line..::..IsCompleted Property

Gets a value indicating whether this instance is completed.

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

Syntax


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

Field Value

true if this instance is completed; otherwise, false.