Adds a new note to the collection.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCardNote Add( string text ) |
Visual Basic |
---|
Public Function Add ( _ text As String _ ) As vCardNote |
Visual C++ |
---|
public: vCardNote^ Add( String^ text ) |
Parameters
- text
- Type: System..::..String
The text of the note.