StateManagedCollection::ICollection::Count Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of elements contained in the StateManagedCollection collection.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

private:
property int Count {
	virtual int get() sealed = ICollection::Count::get;
}

Property Value

Type: System::Int32

The number of elements in the StateManagedCollection.

.NET Framework
Available since 2.0
Return to top
Show: