Share via


ActivityManager.ActivityApplications Property

Gets a collection of ActivityApplication objects that are managed by this ActivityManager object. These ActivityApplication objects are used by gatherers to manage ActivityType objects and create ActivityTemplates objects.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property ActivityApplications As ActivityApplicationsCollection
    Get
'Usage
Dim instance As ActivityManager
Dim value As ActivityApplicationsCollection

value = instance.ActivityApplications
public ActivityApplicationsCollection ActivityApplications { get; }

Property Value

Type: Microsoft.Office.Server.ActivityFeed.ActivityApplicationsCollection

See Also

Reference

ActivityManager Class

ActivityManager Members

Microsoft.Office.Server.ActivityFeed Namespace