ActivityManager.MaxEventsPerFeedJobRun Property
Gets or sets a maximum number of events for each run of a feed job.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property MaxEventsPerFeedJobRun As Integer
Get
Set
'Usage
Dim instance As ActivityManager
Dim value As Integer
value = instance.MaxEventsPerFeedJobRun
instance.MaxEventsPerFeedJobRun = value
public int MaxEventsPerFeedJobRun { get; set; }
Property Value
Type: System.Int32