Gets or sets the address of 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 Address SenderAddress { get; set; }
Visual Basic (Declaration)
Public Overridable Property SenderAddress As Address
Visual C++
public:
virtual property Address^ SenderAddress {
	Address^ get ();
	void set (Address^ value);
}

Property Value

The address of the sender of this document.

Remarks

This property is equivalent to the Address block (B21_1) in the Organization Contact assembly (A10_12) in the Sender assembly (A26_1) in the Standard Document Header Module (M78).

See Also