ActivityType.AllowRollup Property
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property AllowRollup As Boolean
Get
Set
'Usage
Dim instance As ActivityType
Dim value As Boolean
value = instance.AllowRollup
instance.AllowRollup = value
public bool AllowRollup { get; set; }
Property Value
Type: System.Boolean