SPUsageUserCodeRequestsMonitoredDataEntry.PercentProcessorTime Property

Gets or sets the percentage of the processor time used by the sandboxed solution.

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

Syntax

'Declaration
Public Property PercentProcessorTime As Double
    Get
    Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double

value = instance.PercentProcessorTime

instance.PercentProcessorTime = value
public double PercentProcessorTime { get; set; }

Property Value

Type: System.Double
The percentage of processor time.

See Also

Reference

SPUsageUserCodeRequestsMonitoredDataEntry Class

SPUsageUserCodeRequestsMonitoredDataEntry Members

Microsoft.SharePoint.Administration Namespace