XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Search Shipments for provided Country
Namespace: XMLV3API.ShipmentsAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IList<Shipment> SearchShipmentBy_Country( string Country ) |
Visual Basic |
---|
Public Function SearchShipmentBy_Country ( _ Country As String _ ) As IList(Of Shipment) |
Visual C++ |
---|
public: IList<Shipment^>^ SearchShipmentBy_Country( String^ Country ) |
Parameters
- Country
- Type: System..::..String
Country
Return Value
[Missing <returns> documentation for "M:XMLV3API.Shipments.Shipments.SearchShipmentBy_Country(System.String)"]