Version

RootActivityId Property (ActivityBase)

If this activity is an occurrence or a variance of a recurring activity, gets the id of the recurring activity.
Syntax
'Declaration
 
Public Property RootActivityId As String
public string RootActivityId {get; set;}
Remarks

RootActivityId property returns the id of the root recurring activity. This property is only applicable to occurrence or a variance of a recurring activity. It returns null for other activities.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also