Msvm_CollectedReferencePoints class

Associates the Msvm_ReferencePointCollection to the contained Msvm_VirtualSystemReferencePoint 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_CollectedReferencePoints : CIM_CollectedMSEs
{
  Msvm_ReferencePointCollection    REF Collection;
  Msvm_VirtualSystemReferencePoint REF Member;
};

Members

The Msvm_CollectedReferencePoints class has these types of members:

Properties

The Msvm_CollectedReferencePoints class has these properties.

Collection

Data type: Msvm_ReferencePointCollection

Access type: Read-only

Qualifiers: Aggregate, Override ("Collection")

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

Member

Data type: Msvm_VirtualSystemReferencePoint

Access type: Read-only

Qualifiers: Override ("Member")

An Msvm_VirtualSystemReferencePoint 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