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