Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
System.Web (4)
Profile\ProfileManager.cs (1)
61if ( profiles.Count < 1 )
Profile\SqlProfileProvider.cs (3)
278if ( profiles.Count < 1 ) 286string[] usernames = new string[ profiles.Count ]; 532totalRecords = profiles.Count;