This documentation is archived and is not being maintained.

DataKeyArray Properties

The DataKeyArray type exposes the following members.

  NameDescription
Public property Count Gets the number of items in the collection.
Public property IsReadOnly Gets a value indicating whether the items in the collection can be modified.
Public property IsSynchronized Gets a value indicating whether the DataKeyArray collection is synchronized (thread safe).
Public property Item Gets the DataKey object from the collection at the specified index.
Public property SyncRoot Gets the object used to synchronize access to the collection.
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. Gets a value indicating whether the DataKeyArray object is tracking its view-state changes.
Top
Show: