SPContext.RecurrenceID property

Returns the instance ID or exception ID of the Microsoft SharePoint Foundation context, or returns a null reference (Nothing in Visual Basic) if the current context is not associated with an event list item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property RecurrenceID As String
    Get
'Usage
Dim instance As SPContext
Dim value As String

value = instance.RecurrenceID
public string RecurrenceID { get; }

Property value

Type: System.String
A string that contains the ID.

See also

Reference

SPContext class

SPContext members

Microsoft.SharePoint namespace