Click or drag to resize

StringSet Properties

The StringSet 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 propertySyncRoot
Gets an object that can be used to synchronize access to the StringCollection.
(Inherited from StringCollection.)
Top
See Also