ProfileManager::FindInactiveProfilesByUserName Method
.NET Framework (current version)
Retrieves profile information for profiles in which the last activity date occurred on or before a specified date and time and the user name for the profile matches a specified name.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FindInactiveProfilesByUserName(ProfileAuthenticationOption, String^, DateTime) | Retrieves profile information for all profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name. |
![]() ![]() | FindInactiveProfilesByUserName(ProfileAuthenticationOption, String^, DateTime, Int32, Int32, Int32%) | Retrieves profile information in pages of data for profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name. |
Show:

