public UserDetails GetUser( string username )
Public Function GetUser( _ Optional ByVal username As String _ ) As UserDetails
Parameters
- username
- The username of the user's details to retrieve. If this is null, it will retrieve the details for the current user.
Return Value
The UserDetails of the specified user