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
- activityPreference
Type: Microsoft.Office.Server.ActivityFeed.ActivityPreference
See Also
Reference
ActivityPreferencesCollection Class