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.
Gets or sets an ActivityType object for which a preference can be stored.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property ActivityType As ActivityType
Get
Set
'Usage
Dim instance As ActivityPreferencePerType
Dim value As ActivityType
value = instance.ActivityType
instance.ActivityType = value
public ActivityType ActivityType { get; set; }
Property Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityType
See Also
Reference
ActivityPreferencePerType Class