Gets or sets the BargeEx trading partner number for the Receiver of this document.

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

Syntax

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

Property Value

The Receiver of this document's BargeEx trading partner number. The default is a null reference (Nothing in Visual Basic).

Remarks

This property is equivalent to the Organization Identifier primitive (P42_29) in the Organization Identification block (B23_15) in the Organization Contact assembly (A10_12) in the Receiver assembly (A26_1) in the Standard Document Header Module (M78).

The ReceiverTradingPartnerNumberSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ReceiverTradingPartnerNumberSpecified property is automatically set to true when this property is set.

See Also