SPResourceMeasureConstants.CpuExecutionTime Property
A resource measure of the amount of CPU execution time.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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