Msvm_SnapshotCollection class

Represents a collection of virtual system snapshots.

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

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SnapshotCollection : CIM_Collection
{
  string CollectionID;
  string ElementName;
};

Members

The Msvm_SnapshotCollection class has these types of members:

Properties

The Msvm_SnapshotCollection class has these properties.

CollectionID

Data type: string

Access type: Read-only

Qualifiers: Key, Override ("CollectionID"), MaxLen (256)

The unique identification of the collection object.

ElementName

Data type: string

Access type: Read-only

Qualifiers: Override ("ElementName")

An user-defined name for the collection. Note this is not guaranteed to be unique.

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