ProcessPerfDataConfigVirtualBytesPeak Property |
Gets or sets a value indicating whether [virtual bytes peak].
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public bool VirtualBytesPeak { get; set; }
Public Property VirtualBytesPeak As Boolean
Get
Set
public:
virtual property bool VirtualBytesPeak {
bool get () sealed;
void set (bool value) sealed;
}
abstract VirtualBytesPeak : bool with get, set
override VirtualBytesPeak : bool with get, set
Property Value
Type:
Booleantrue if [virtual bytes peak]; otherwise,
false.
Implements
IProcessPerfDataConfigVirtualBytesPeakSee Also