Share via


SPTimerJobUsageEntry.RequestCount property

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.

See also

Reference

SPTimerJobUsageEntry class

SPTimerJobUsageEntry members

Microsoft.SharePoint.Administration namespace