This documentation is archived and is not being maintained.

ObjectListFieldCollection Properties

The ObjectListFieldCollection type exposes the following members.

  NameDescription
Public property Count Returns the number of elements in a collection. (Inherited from ArrayListCollectionBase.)
Public property IsReadOnly Gets a value indicating whether a collection is read-only. (Inherited from ArrayListCollectionBase.)
Public property IsSynchronized Gets a value indicating whether a collection is synchronized. (Inherited from ArrayListCollectionBase.)
Protected property IsTrackingViewState Indicates whether the collection tracking its view state changes.
Public property Item The default indexer for the ObjectListFieldCollection class, allows the lookup of arbitrary capability values by index. Any of the properties can be accessed by name. However, the returned value will always be a string (or nullptr if not defined), rather than a type-safe value.
Protected property Items Gets or sets the collection of items in an array list object. The default value is Empty. (Inherited from ArrayListCollectionBase.)
Public property SyncRoot Returns the SyncRoot object for the collection. (Inherited from ArrayListCollectionBase.)
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. For a description of this member, see IStateManager::IsTrackingViewState.
Top
Show: