SPItemEventProperties.ListTitle Property

Gets the title of the list in which the event occurred.

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

Syntax

Public ReadOnly Property ListTitle As String
    Get

Dim instance As SPItemEventProperties
Dim value As String

value = instance.ListTitle
public string ListTitle { get; }

Property Value

Type: System.String
A string that contains the title of the list.

See Also

Reference

SPItemEventProperties Class

SPItemEventProperties Members

Microsoft.SharePoint Namespace