Gets or sets the count.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[ObsoleteAttribute("The Count property has been replaced by MaxCount.", 
	false)]
public int Count { get; set; }

Field Value

The count.

See Also