JiwaCollectionItem<(Of <(<'T>)>)>..::..ItemNo Property

The item number this item is within the JiwaCollection

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

Syntax


[DisplayNameAttribute]
public virtual int ItemNo { get; set; }
<DisplayNameAttribute> _
Public Overridable Property ItemNo As Integer
	Get
	Set
[DisplayNameAttribute]
public:
virtual property int^ ItemNo {
	int^ get ();
	void set (int^ value);
}

Field Value

The Item number

Return Value

The Item number

Remarks


If not currently involved in a read, add or removal operation, setting this property will cause all items in the list numbered after this itemno to be incremented. When adding to the JiwaCollection, any items with an ItemNo of 0 will automatically have their ItemNo set.