AlertCreationInformation.Item property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Item As ListItem
Get
Set
'Usage
Dim instance As AlertCreationInformation
Dim value As ListItem
value = instance.Item
instance.Item = value
public ListItem Item { get; set; }
Property value
Type: Microsoft.SharePoint.Client.ListItem
See also
Reference
AlertCreationInformation class