Size..::..DisplayOrder Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.JiwaSearch.Entities
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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