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.
Returns the user corresponding to the specified member identifier for the current site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetUserById ( _
userId As Integer _
) As User
'Usage
Dim instance As Web
Dim userId As Integer
Dim returnValue As User
returnValue = instance.GetUserById(userId)
public User GetUserById(
int userId
)
Parameters
userId
Type: System.Int32Specifies the member identifier.
Return value
Type: Microsoft.SharePoint.Client.User
The user corresponding to the specified member identifier.