Creates a new vCardPhone with the specified number and subtype.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public vCardPhone(
	string fullNumber,
	vCardPhoneTypes phoneType
)
Visual Basic
Public Sub New ( _
	fullNumber As String, _
	phoneType As vCardPhoneTypes _
)
Visual C++
public:
vCardPhone(
	String^ fullNumber, 
	vCardPhoneTypes phoneType
)

Parameters

fullNumber
Type: System..::..String
The phone number.
phoneType
Type: vCards..::..vCardPhoneTypes
The phone subtype.

See Also