DataBindingCollection::Count Property

 

Gets the number of DataBinding objects in the DataBindingCollection object.

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

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of DataBinding objects in the DataBindingCollection.

.NET Framework
Available since 1.1
Return to top
Show: