SPListItem.RecurrenceID property
Returns the identifier (ID) of an instance of a recurrent item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RecurrenceID As String
Get
'Usage
Dim instance As SPListItem
Dim value As String
value = instance.RecurrenceID
public string RecurrenceID { get; }
Property value
Type: System.String
Returns either a string that contains the ID or a null reference (Nothing in Visual Basic) if the item is not recurrent.