Category..::..RecID Property

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

Syntax


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