UserProfileManager.CreateUserProfile Method
Creates a user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function CreateUserProfile As UserProfile
'Usage
Dim instance As UserProfileManager
Dim returnValue As UserProfile
returnValue = instance.CreateUserProfile()
public UserProfile CreateUserProfile()
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
A UserProfile object that represents the user profile.