A collection of telephone numbers.

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

Syntax

C#
public vCardPhoneCollection Phones { get; }
Visual Basic
Public ReadOnly Property Phones As vCardPhoneCollection
	Get
Visual C++
public:
property vCardPhoneCollection^ Phones {
	vCardPhoneCollection^ get ();
}

See Also