Version

ActivitiesCollection Class

A collection of Activity objects.
Syntax
'Declaration
 
Public Class ActivitiesCollection 
   Inherits Infragistics.WebUI.Shared.WebDataObjectsCollection
public class ActivitiesCollection : Infragistics.WebUI.Shared.WebDataObjectsCollection 
Remarks

The ActivitiesCollection contains a reference to all the Activity objects for the WebScheduleInfo object and can be accessed via the WebScheduleInfo.Activities property.

The Activities associated with a particular time frame may be returned in an ActivitiesSubsetCollection object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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