ProfileInfoCollection.Item Property (String)
.NET Framework (current version)
Gets the ProfileInfo object in the collection, referenced by the specified UserName.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The UserName of the ProfileInfo object to retrieve from the collection.
Property Value
Type: System.Web.Profile.ProfileInfoA ProfileInfo object for the specified user name. If name is not found in the collection, null is returned.
.NET Framework
Available since 2.0
Available since 2.0
Show: