PhysicalWarehouse..::..Key Property

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

Syntax


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