SPListItem.RecurrenceID Property
Returns the identifier (ID) of an instance of a recurrent item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.