ProfileInfoCollection::Count Property

 

Gets the number of ProfileInfo objects in the collection.

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

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

Property Value

Type: System::Int32

The number of ProfileInfo objects in the collection.

.NET Framework
Available since 2.0
Return to top
Show: