UserMgmtManager.GetUserFromProvider Method (String)
Gets the User object from the User Provider.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public User GetUserFromProvider(
string userName
)
public:
User^ GetUserFromProvider(
String^ userName
)
Public Function GetUserFromProvider (
userName As String
) As User
Parameters
userName
Type: System.StringThe name of the user account.
Return Value
Type: Microsoft.WindowsServerSolutions.Users.User
An instance of User.
See Also
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top