CIM_UserDevice class (Hyper-V management)

Represents a logical device that allows a user to input, view or hear data on the computer system.

Syntax

[Abstract, Version("2.6.0"), UMLPackagePath("CIM::Device::UserDevices"), AMENDMENT]
class CIM_UserDevice : CIM_LogicalDevice
{
  boolean IsLocked;
};

Members

The CIM_UserDevice class has these types of members:

Properties

The CIM_UserDevice class has these properties.

IsLocked

Data type: boolean

Access type: Read-only

true if the device is locked, preventing user input or output; otherwise, false.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_LogicalDevice