Line..::..IsPhysical Property

Gets a value indicating whether this instance is physical.

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

Syntax


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

Field Value

true if this instance is physical; otherwise, false.