Size..::..DisplayOrder Property

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

Syntax


public int DisplayOrder { get; set; }
Public Property DisplayOrder As Integer
	Get
	Set
public:
property int^ DisplayOrder {
	int^ get ();
	void set (int^ value);
}