System.Web.UI.WebControls.DataKeyArray.Count Property

Gets the number of items in the collection.

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DataKeyArray.Count property to determine the number of items in the collection. The DataKeyArray.Count property is commonly used when iterating through the collection to determine its upper bound. The DataKeyArray.Count property is also commonly used to determine whether a collection is empty.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0