Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Imports the specified user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public User ImportUser(
string userName
)
public:
User^ ImportUser(
String^ userName
)
Public Function ImportUser (
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