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 the number of SPRequest objects (Microsoft.SharePoint.Library.SPRequest) associated with the timer job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestCount As Integer
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Integer
value = instance.RequestCount
instance.RequestCount = value
public int RequestCount { get; set; }
Property value
Type: System.Int32
Returns an Int32 value.