Gets the collection of contact telephone numbers for the individual specified by the ContactName property.

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

Syntax

C#
public virtual Collection<TelephoneInformation> Telephones { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Telephones As Collection(Of TelephoneInformation)
Visual C++
public:
virtual property Collection<TelephoneInformation^>^ Telephones {
	Collection<TelephoneInformation^>^ get ();
}

Property Value

The collection of contact telephone numbers for the individual specified by the ContactName property.

Remarks

This property is equivalent to the CICA Telephone block (B25_1) in the Individual Location assembly (A9_4) in the Individual Contact assembly (A11_2).

See Also