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

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

Syntax

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

Parameters

number
Type: System..::.String
The telephone number.
device
Type: BargeEx..::.CicaTelephoneDevice
The telephone device type.

Remarks

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

See Also