IProcessorInfoRevision Property |
Win32_Processor: System revision level that depends on the architecture. The system
revision level contains the same values as the Version property, but in a numerical format.
Namespace:
Xcalibur.Models.Hardware.Processor
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int Revision { get; set; }
Property Revision As Integer
Get
Set
property int Revision {
int get ();
void set (int value);
}
abstract Revision : int with get, set
Property Value
Type:
Int32
The revision.
See Also