SPField.Title Property (Microsoft.SharePoint)
Gets or sets the display name for the field.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property Title As String
Visual Basic (Usage)
Dim instance As SPField
Dim value As String

value = instance.Title

instance.Title = value
C#
public string Title { get; set; }

Property Value

A string that contains the display name.
See Also

Tags :


Page view tracker