Msvm_GuestServiceInterfaceSettingDataComponent class

Association class between a guest service interface component and the guest service resource.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_GuestServiceInterfaceSettingDataComponent : CIM_Component
{
  Msvm_GuestServiceInterfaceComponentSettingData REF GroupComponent;
  CIM_SettingData                                REF PartComponent;
};

Members

The Msvm_GuestServiceInterfaceSettingDataComponent class has these types of members:

Properties

The Msvm_GuestServiceInterfaceSettingDataComponent class has these properties.

GroupComponent

Data type: Msvm_GuestServiceInterfaceComponentSettingData

Access type: Read-only

Qualifiers: Key, Override ("GroupComponent")

A Msvm_GuestServiceInterfaceComponentSettingData referencing the guest service interface component.

PartComponent

Data type: CIM_SettingData

Access type: Read-only

Qualifiers: Key, Override ("PartComponent")

A CIM_SettingData that references the guest service resource.

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_Component