Msvm_StandaloneV2ElementConformsToProfile class

Defines the registered profiles to which the referenced standalone system conforms.

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

Syntax

class Msvm_StandaloneV2ElementConformsToProfile : Msvm_ElementConformsToProfile
{
  Msvm_RegisteredProfile REF ConformantStandard = $SVP;
  Msvm_ComputerSystem    REF ManagedElement;
};

Members

The Msvm_StandaloneV2ElementConformsToProfile class has these types of members:

Properties

The Msvm_StandaloneV2ElementConformsToProfile class has these properties.

ConformantStandard

Data type: Msvm_RegisteredProfile

Access type: Read-only

Qualifiers: Override

The registered profile to which the standalone system conforms.

ManagedElement

Data type: Msvm_ComputerSystem

Access type: Read-only

Qualifiers: Override, MSFT_TargetNamespace ("root\\virtualization\\v2")

The standalone system that conforms to the registered profile.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\interop
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_ElementConformsToProfile