Initializes a new instance of the TelephoneInformation class with the specified telephone number.

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

Syntax

C#
public TelephoneInformation(
	string number
)
Visual Basic (Declaration)
Public Sub New ( _
	number As String _
)
Visual C++
public:
TelephoneInformation(
	String^ number
)

Parameters

number
Type: System..::.String
The telephone number.

Remarks

The constructor initializes a TelephoneInformation object with the Number property set to number.

See Also