ActivityApplication.ActivityTypes Property
A collection of ActivityType objects that this ActivityApplication manages.
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 ActivityApplication
Dim value As ActivityTypesCollection
value = instance.ActivityTypes
public ActivityTypesCollection ActivityTypes { get; }
Property Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityTypesCollection
A collection of ActivityType objects.
Remarks
Add a new ActivityType by using the Create method of this object.