UserModeTime Property (ExecutionHistoryItem)
In This Topic
The total user mode CPU time for this instance, in milliseconds
Syntax
'Declaration
Public ReadOnly Property UserModeTime As Integer
public int UserModeTime {get;}
public:
property int UserModeTime {
int get();
}
See Also