SPUsageUserCodeRequestsMonitoredDataEntry.PercentProcessorTime-Eigenschaft
Ruft ab oder legt den Prozentsatz der Prozessorzeit wird von der Sandkastenlösungverwendet.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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; }
Eigenschaftswert
Typ: System.Double
Der Prozentsatz der Prozessorzeit.
Siehe auch
Referenz
SPUsageUserCodeRequestsMonitoredDataEntry Klasse