SPResourceMeasureConstants.CpuExecutionTime property
A resource measure of the amount of CPU execution time.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CpuExecutionTime As String
Get
'Usage
Dim value As String
value = SPResourceMeasureConstants.CpuExecutionTime
public static string CpuExecutionTime { get; }
Property value
Type: System.String
A String with the value CPUExecutionTime.
See also
Reference
SPResourceMeasureConstants class