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

Property Value

The name of the Receiver of this document. The default is a null reference (Nothing in Visual Basic).

Remarks

This property is equivalent to the Organization Name primitive (P40_1) 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 ReceiverNameSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ReceiverNameSpecified property is automatically set to true when this property is set.

See Also