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