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

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

Syntax

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

Property Value

The sender 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 Sender assembly (A26_1) in the Standard Document Header Module (M78).

This property will be set by the BargeExService.SendDocument method if it is a null reference (Nothing in Visual Basic).

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

See Also