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

Unique identifier for the item

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

Syntax


[BrowsableAttribute]
public virtual string RecID { get; set; }
<BrowsableAttribute> _
Public Overridable Property RecID As String
	Get
	Set
[BrowsableAttribute]
public:
virtual property String^ RecID {
	String^ get ();
	void set (String^ value);
}

Field Value

A string identifier

Return Value

The RecID

Remarks


As JiwaCollectionItem types require a RecID to act as a unique identifer as the JiwaCollection class uses this as the key into the collection