Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.