CIM_CollectionOfMSEs class (Hyper-V management)

An abstract class for subclasses that represent a collection of CIM_ManagedSystemElement objects. These collections allow managed system elements to be grouped for identification purposes and to simplify the association of settings and configurations.

Syntax

[Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Collection"), AMENDMENT]
class CIM_CollectionOfMSEs : CIM_Collection
{
  string CollectionID;
};

Members

The CIM_CollectionOfMSEs class has these types of members:

Properties

The CIM_CollectionOfMSEs class has these properties.

CollectionID

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

The identification of the collection object. When subclassed, the CollectionID property can be overridden as a key property.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Collection