|
ServerQualificationResultsCpus Property
|
This value is the number of processors.
Namespace:
DoubleTake.Virtualization.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic int Cpus { get; set; }
Public Property Cpus As Integer
Get
Set
public:
property int Cpus {
int get ();
void set (int value);
}
function get_Cpus();
function set_Cpus(value);
Property Value
Type:
Int32
The number of cpus.
See Also