Click or drag to resize

TextItems Properties

The TextItems type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets/Sets the Application context object
Public propertyCount
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyIsFixedSize
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyIsReadOnly
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.)
Public propertyIsSynchronized
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyItemInt32
Indexer declaration
Public propertyItemString
Indexer declaration
Public propertyLocale
The locale for the collection
Public propertyObjectID
The related object type ID.
Public propertyObjectTypeKey
The related object type key.
Public propertySyncRoot
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyVocab
Gets/sets the tenant-specific vocabulary collection.
Top
See Also