This documentation is archived and is not being maintained.
DataKeyCollection Properties
.NET Framework 1.1
The properties of the DataKeyCollection class are listed here. For a complete list of DataKeyCollection class members, see the DataKeyCollection Members topic.
Public Properties
Count | Gets the number of items in the collection. |
IsReadOnly | Gets a value indicating whether items in the DataKeyCollection can be modified. |
IsSynchronized | Gets a value indicating whether the DataKeyCollection is synchronized (thread-safe). |
Item | Gets the key field at the specified index in the collection.
In C#, this property is the indexer for the DataKeyCollection class. |
SyncRoot | Gets the object used to synchronize access to the DataKeyCollection. |
See Also
DataKeyCollection Class | System.Web.UI.WebControls Namespace
Show:
