UserProfileService.CreateUserProfileByAccountName Method

Creates a user profile for the specified account name.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/CreateUserProfileByAccountName", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",  _
    ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function CreateUserProfileByAccountName ( _
    accountName As String _
) As PropertyData()
'Usage
Dim instance As UserProfileService
Dim accountName As String
Dim returnValue As PropertyData()

returnValue = instance.CreateUserProfileByAccountName(accountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/CreateUserProfileByAccountName", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", 
    ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public PropertyData[] CreateUserProfileByAccountName(
    string accountName
)

Parameters

Return Value

Type: []
A PropertyData object.

See Also

Reference

UserProfileService Class

UserProfileService Members

websvcUserProfileService Namespace