Initializes a new vCard note with the specified text.

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

Syntax

C#
public vCardNote(
	string text
)
Visual Basic
Public Sub New ( _
	text As String _
)
Visual C++
public:
vCardNote(
	String^ text
)

Parameters

text
Type: System..::..String
The text of the note or comment.

See Also