SPRequestUsageEntry.CPUDuration property

The processor time taken for this request in milliseconds

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

Syntax

'Declaration
Public Property CPUDuration As Long
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Long

value = instance.CPUDuration

instance.CPUDuration = value
public long CPUDuration { get; set; }

Property value

Type: System.Int64

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace