Msvm_CollectedCollections class

Associates the Msvm_VirtualSystemCollection to the contained Msvm_ComputerSystem objects.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_CollectedCollections : CIM_CollectedMSEs
{
  Msvm_ManagementCollection REF Collection;
  CIM_CollectionOfMSEs      REF Member;
};

Members

The Msvm_CollectedCollections class has these types of members:

Properties

The Msvm_CollectedCollections class has these properties.

Collection

Data type: Msvm_ManagementCollection

Access type: Read-only

Qualifiers: Aggregate, Override ("Collection")

An Msvm_ManagementCollection grouping or 'bag' object that represents the collection.

Member

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Qualifiers: Override ("Member")

A CIM_CollectionOfMSEs containing 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_CollectedMSEs