SPTimerJobUsageEntry.ServiceCallCount Property

Gets or sets a value representing the number of service application calls that are generated during the execution of the timer job.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property ServiceCallCount As Short
    Get
    Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Short

value = instance.ServiceCallCount

instance.ServiceCallCount = value
public short ServiceCallCount { get; set; }

Property Value

Type: System.Int16
Returns an Int16 value.

See Also

Reference

SPTimerJobUsageEntry Class

SPTimerJobUsageEntry Members

Microsoft.SharePoint.Administration Namespace