According to the documentation at http://msdn.microsoft.com/en-us/library/aa394102%28VS.85%29.aspx this property may assume the following string values:
"X86-based PC"
"MIPS-based PC"
"Alpha-based PC"
"Power PC"
"SH-x PC"
"StrongARM PC"
"64-bit Intel PC"
"64-bit Alpha PC"
"Unknown"
"X86-Nec98 PC"
Most of it is pretty obvious, but what is "X86-Nec98"? Is it some odd Japanese machine that requires a specialized version of Windows? Does it use a normal Intel-compatible processor?
"SH-x" is unknown to me also.
Edit: I'm developing a C# class to collect system information via WMI and I need to understand all possible returned values.