MemoryUsage Property (ExecutionHistoryItem)
In This Topic
The peak working set size for the job, in KB.
Syntax
'Declaration
Public ReadOnly Property MemoryUsage As Integer
public int MemoryUsage {get;}
public:
property int MemoryUsage {
int get();
}
See Also