ActivityPreferencePerType.ActivityType Property
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