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 name of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property Name As String
Get
Friend Set
'Usage
Dim instance As SPListItem
Dim value As String
value = instance.Name
public string Name { get; internal set; }
Type: System.String
A string that contains the item name, which, for a document library item, equals the file name, including the file extension.
Setting the name of a list item is not supported.
Note
Consider using the DisplayName property instead, which returns the name that is usually required in list item operations.