ActivityManager.ActivityTypes property

Gets a collection of ActivityType objects managed by this ActivityManager.

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

Syntax

'Declaration
Public ReadOnly Property ActivityTypes As ActivityTypesCollection
    Get
'Usage
Dim instance As ActivityManager
Dim value As ActivityTypesCollection

value = instance.ActivityTypes
public ActivityTypesCollection ActivityTypes { get; }

Property value

Type: Microsoft.Office.Server.ActivityFeed.ActivityTypesCollection

Remarks

Use this property to format and generate activity feeds.

See also

Reference

ActivityManager class

ActivityManager members

Microsoft.Office.Server.ActivityFeed namespace