Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Type As ProcessorType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Processor Dim value As ProcessorType value = instance.Type |
C# | |
---|---|
public ProcessorType Type {get;} |
C++/CLI | |
---|---|
public: property ProcessorType Type { ProcessorType get(); } |
Property Value
A ProcessorType enumeration value that represents the processor's type.This property is updated with a value that represents the processor's type.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7