Gets or sets the display name for the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property Title As String
Dim instance As SPField
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property Value
A string that contains the display name.