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.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Sub LoadUserProfile ( _
email As String _
)
'Usage
Dim instance As PersonalCache
Dim email As String
instance.LoadUserProfile(email)
public void LoadUserProfile(
string email
)
Parameters
- email
Type: System.String