Gets or sets the BargeEx Trading Partner Number.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public string TradingPartnerNumber { get; set; }
Visual Basic (Declaration)
Public Property TradingPartnerNumber As String
Visual C++
public:
property String^ TradingPartnerNumber {
	String^ get ();
	void set (String^ value);
}

Property Value

The BargeEx Trading Partner Number.

Remarks

In order to connect to a BargeEx environment, this property is required and cannot be a null reference (Nothing in Visual Basic) or empty.

See Also