MembershipUserCollection::Count Property

 

Gets the number of membership user objects in the collection.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

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

Property Value

Type: System::Int32

The number of MembershipUser objects in the collection.

The following code example lists all of the users from the membership user data source, including a count of the total number of users.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: