LogicalWarehouse..::..IN_Region_RecID Property

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

Syntax


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