A collection of notes or comments.

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

Syntax

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

See Also