Share via


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.

See also

Reference

ActivityApplication class

ActivityApplication members

Microsoft.Office.Server.ActivityFeed namespace