  | IndividualProcessorStatusCpuId Property | 
            Gets the identifier for this processor.
            
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int CpuId { get; }Public ReadOnly Property CpuId As Integer
	Get
public:
property int CpuId {
	int get ();
}member CpuId : int with get
Property Value
Int32
            The CPU identifier, or -1 if this instance represents the combined statistics for all processors.
            
See Also