CIM_CollectedMSEs class

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

The following syntax is simplified from MOF code and includes all inherited properties.

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

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_MemberOfCollection

Failover Clustering Hyper-V WMI Provider