SPUsageUserCodeRequestsMonitoredDataEntry.CPUExecutionTime property
Gets or sets the duration, in seconds, that the CPU spends executing the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CPUExecutionTime As Double
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double
value = instance.CPUExecutionTime
instance.CPUExecutionTime = value
public double CPUExecutionTime { get; set; }
Property value
Type: System.Double
The duration, in seconds.
See also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry class