SPListEvent.Title property

NOTE: This API is now obsolete.

Gets the title of the document library in which the event occurs.

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

Syntax

'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property Title As String
    Get
'Usage
Dim instance As SPListEvent
Dim value As String

value = instance.Title
[ObsoleteAttribute("Use V3 style events")]
public string Title { get; }

Property value

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

See also

Reference

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace