Provides details about a telephone number used in a document.

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

Syntax

C#
[SerializableAttribute]
public class TelephoneInformation : SerializableBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TelephoneInformation _
	Inherits SerializableBase
Visual C++
[SerializableAttribute]
public ref class TelephoneInformation : public SerializableBase

Remarks

This class provides details about a telephone number used in a document. This class is the BargeEx API representation of the ASC X12 CICA Block called Telephone Block_1 (B25_1).

Inheritance Hierarchy

System..::.Object
  BargeEx.Internal..::.SerializableBase
    BargeEx..::.TelephoneInformation

See Also