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)

abstract Count : int with get
override Count : int with get

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: