Initializes a new instance of the BargeEx
BargeExService class with the
specified uri, trading partner number, user name, and password.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public BargeExService( string uri, string tradingPartnerNumber, string userName, string password ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ uri As String, _ tradingPartnerNumber As String, _ userName As String, _ password As String _ ) |
Visual C++ |
---|
public: BargeExService( String^ uri, String^ tradingPartnerNumber, String^ userName, String^ password ) |
Parameters
- uri
- Type: System..::.String
The Uniform Resource Identifier (URI) of the desired BargeEx environment.
- tradingPartnerNumber
- Type: System..::.String
The BargeEx Trading Partner Number.
- userName
- Type: System..::.String
The BargeEx user name.
- password
- Type: System..::.String
The BargeEx password.
Remarks
The constructor initializes a
BargeExService
object with the Uri
property set to
uri, the
TradingPartnerNumber
property set to
tradingPartnerNumber,
the UserName property
set to
userName, and the
Password property
set to
password.