System.Web.UI.Design.DesignerAutoFormatCollection.Count Property

Gets the number of System.Web.UI.Design.DesignerAutoFormat objects in the collection.

Syntax

public int Count { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The DesignerAutoFormatCollection.Count property typically is used to determine the upper boundary index when iterating through objects in the collection. Because the collection indexes are zero-based, the first element is at index 0 and the last element is at index Count-1.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0