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