Segment..::..Number Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.GeneralLedger
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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