LogicalWarehouse..::..Description Property

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

Syntax


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