SPUserInfo.Name field
Contains the display name of the user.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Name As String
'Usage
Dim instance As SPUserInfo
Dim value As String
value = instance.Name
instance.Name = value
public string Name