System.Web.UI.WebControls.WizardStepCollection.Count Property

Gets the number of System.Web.UI.WebControls.WizardStepBase-derived objects in the System.Web.UI.WebControls.Wizard control's System.Web.UI.WebControls.WizardStepCollection collection.

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the WizardStepCollection.Count property to determine the number of System.Web.UI.WebControls.WizardStepBase-derived objects in the System.Web.UI.WebControls.WizardStepCollection collection. The WizardStepCollection.Count property is commonly used when iterating through the collection to determine its upper bound.

Requirements

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