5 references to UserName
System.Web (5)
Profile\ProfileInfo.cs (3)
84
if (profileInfo == null || profileInfo.
UserName
== null)
86
_Hashtable.Add(profileInfo.
UserName
, _CurPos);
159
_Hashtable[profileInfo.
UserName
] = iter;
Profile\ProfileManager.cs (1)
70
string username = pi.
UserName
;
Profile\SqlProfileProvider.cs (1)
291
usernames[ iter++ ] = profile.
UserName
;