Maintenance..::..RecID Property

Unique identifier for the record

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

Syntax


public virtual string RecID { get; set; }
Public Overridable Property RecID As String
	Get
	Set
public:
virtual property String^ RecID {
	String^ get ();
	void set (String^ value);
}

Field Value

The unique identifier

Return Value

Remarks


When creating a new record, this will be set to a new unique value automatically. This is part of the IJiwaNavigableinterface