CIM_CollectedMSEs class (Hyper-V management)

Represents a generic association between a collection of managed system elements and the members of the collection.

Syntax

[Association, Aggregation, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Core::Collection"), AMENDMENT]
class CIM_CollectedMSEs : CIM_MemberOfCollection
{
  CIM_CollectionOfMSEs     REF Collection;
  CIM_ManagedSystemElement REF Member;
};

Members

The CIM_CollectedMSEs class has these types of members:

Properties

The CIM_CollectedMSEs class has these properties.

Collection

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Qualifiers: Aggregate, Override ("Collection")

The collection.

Member

Data type: CIM_ManagedSystemElement

Access type: Read-only

Qualifiers: Override ("Member")

The members of the collection.

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_MemberOfCollection