Share via


ActivityPreferencesCollection.Remove method

Removes the specified ActivityPreference 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 ( _
    activityPreference As ActivityPreference _
)
'Usage
Dim instance As ActivityPreferencesCollection
Dim activityPreference As ActivityPreference

instance.Remove(activityPreference)
public void Remove(
    ActivityPreference activityPreference
)

Parameters

See also

Reference

ActivityPreferencesCollection class

ActivityPreferencesCollection members

Microsoft.Office.Server.ActivityFeed namespace