PurchaseOrder..::..Attention Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


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