ActivityTypesCollection.Remove Method
Removes the specified ActivityType object from the collection.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub Remove ( _
activityType As ActivityType _
)
'Usage
Dim instance As ActivityTypesCollection
Dim activityType As ActivityType
instance.Remove(activityType)
public void Remove(
ActivityType activityType
)
Parameters
activityType
Type: Microsoft.Office.Server.ActivityFeed.ActivityTypeThe ActivityType object to be removed.