SPTaskUsageEntry.ServiceCallCount property

The number of service calls generated as a result of this request.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.ServiceCallCount

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

Property value

Type: System.Int16

See also

Reference

SPTaskUsageEntry class

SPTaskUsageEntry members

Microsoft.SharePoint.Administration namespace