PurchaseOrder..::..GetContactNames Method

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

Syntax


public List<string> GetContactNames(
	string CreditorID
)
Public Function GetContactNames ( _
	CreditorID As String _
) As List(Of String)
public:
List<String^>^ GetContactNames(
	String^ CreditorID
)

Parameters

CreditorID
Type: String