Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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