PurchaseOrder..::..ContactBy Property

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

Syntax


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