A collection of warning messages that were generated
during the output of a vCard.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public StringCollection Warnings { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Warnings As StringCollection Get |
| Visual C++ |
|---|
public: property StringCollection^ Warnings { StringCollection^ get (); } |