ObjectListFieldCollection Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Returns the number of elements in a collection. (inherited from ArrayListCollectionBase) |
| IsReadOnly | Gets a value indicating whether a collection is read-only. (inherited from ArrayListCollectionBase) |
| IsSynchronized | Gets a value indicating whether a collection is synchronized. (inherited from ArrayListCollectionBase) |
| 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 a null reference (Nothing in Visual Basic) if not defined), rather than a type-safe value. |
| SyncRoot | Returns the SyncRoot object for the collection. (inherited from ArrayListCollectionBase) |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | Indicates whether the collection tracking its view state changes. |
| Items | Gets or sets the collection of items in an array list object. The default value is Empty. (inherited from ArrayListCollectionBase) |
Community Additions
ADD
Show: