SPListItem.Name property

Gets the name of the item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'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; }

Property value

Type: System.String
A string that contains the item name, which, for a document library item, equals the file name, including the file extension.

Remarks

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.

See also

Reference

SPListItem class

SPListItem members

Microsoft.SharePoint namespace