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.
Gets the title of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Title As String
Get
'Usage
Dim instance As SPListItem
Dim value As String
value = instance.Title
public string Title { get; }
Type: System.String
A string that contains the item title, which is whatever the user types in the Title box of the item form.