Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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