The vCardValueCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of strings contained in the StringCollection.
(Inherited from StringCollection.)
Public propertyIsReadOnly
Gets a value indicating whether the StringCollection is read-only.
(Inherited from StringCollection.)
Public propertyIsSynchronized
Gets a value indicating whether access to the StringCollection is synchronized (thread safe).
(Inherited from StringCollection.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from StringCollection.)
Public propertySeparator
The suggested separator when writing values to a string.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the StringCollection.
(Inherited from StringCollection.)

See Also