SystemCpuUsageReport.UserTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the amount of CPU user time consumed by the system.
public:
property TimeSpan UserTime { TimeSpan get(); };
TimeSpan UserTime();
public System.TimeSpan UserTime { get; }
var timeSpan = systemCpuUsageReport.userTime;
Public ReadOnly Property UserTime As TimeSpan
Property Value
The amount of CPU user time consumed by the system.