A collection of nicknames for the person.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public StringCollection Nicknames { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Nicknames As StringCollection Get |
| Visual C++ |
|---|
public: property StringCollection^ Nicknames { StringCollection^ get (); } |