Gets the collection of contact telephone numbers 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 Collection<TelephoneInformation> ReceiverTelephones { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ReceiverTelephones As Collection(Of TelephoneInformation)
Visual C++
public:
virtual property Collection<TelephoneInformation^>^ ReceiverTelephones {
	Collection<TelephoneInformation^>^ get ();
}

Property Value

The collection of contact telephone numbers for the Receiver of this document.

Remarks

This property is equivalent to the Telephone block (B25_1) in the Individual Location assembly (A9_4) in the Individual Contact assembly (A11_2) in the Receiver assembly (A26_1) in the Standard Document Header Module (M78).

See Also