ProcessorInfoRevision 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 [DataMemberAttribute]
public int Revision { get; set; }
<DataMemberAttribute>
Public Property Revision As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int Revision {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract Revision : int with get, set
[<DataMemberAttribute>]
override Revision : int with get, set
Property Value
Type:
Int32
The revision.
Implements
IProcessorInfoRevisionSee Also