Alert.Item property

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

Syntax

'Declaration
Public ReadOnly Property Item As ListItem
    Get
'Usage
Dim instance As Alert
Dim value As ListItem

value = instance.Item
public ListItem Item { get; }

Property value

Type: Microsoft.SharePoint.Client.ListItem

See also

Reference

Alert class

Alert members

Microsoft.SharePoint.Client namespace