ScheduledItem.ListItem property
Gets the underlying ListItem object that is wrapped by the ScheduledItem object.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property ListItem As ListItem
Get
'Usage
Dim instance As ScheduledItem
Dim value As ListItem
value = instance.ListItem
public ListItem ListItem { get; }
Property value
Type: Microsoft.SharePoint.Client.ListItem
The ListItem object.
Remarks
The ListItem value is initialized when a ScheduledItem is instantiated and cannot be modified.