Version

RecurrenceRoot Property

Returns the ActivityBase which defines the recurrence pattern from which this activity was created, or null if this activity is not associated with a recurrence.
Syntax
public ActivityBase RecurrenceRoot {get;}
Remarks

An activity whose Recurrence property is set is considered to be a root activity; these activities do not appear in activity queries, but rather serve as a template from which individual occurrences are generated.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also