MachinePropertyType Enumeration
A flag value that indicates whether this machine property is a settable property, or a Non-settable query (for example, ProcessorSpeed).
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As MachinePropertyType
Syntax
Visual Basic
Public Enumeration MachinePropertyType
C#
public enum MachinePropertyType
Members
Member Name | Description |
---|---|
Query |
This Machine Property is a query against the machine itself, and is not settable or configurable. |
Settable |
This flag indicates that a machine property is settable. |