Msvm_RegisteredGuestService class

Represents an association between an instance of Msvm_GuestServiceInterfaceComponent and an instance of Msvm_GuestService, which represents a service running in the guest. This class derives from the CIM_Dependency class.

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

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_RegisteredGuestService : CIM_Dependency
{
  Msvm_GuestServiceInterfaceComponent REF Antecedent;
  Msvm_GuestService                   REF Dependent;
};

Members

The Msvm_RegisteredGuestService class has these types of members:

Properties

The Msvm_RegisteredGuestService class has these properties.

Antecedent

Data type: Msvm_GuestServiceInterfaceComponent

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Antecedent")

Reference to the guest service interface component in this association.

Dependent

Data type: Msvm_GuestService

Access type: Read-only

Qualifiers: Override ("CIM_Dependency.Dependent")

Reference to the registered guest service that is dependent on the Antecedent property.

Requirements

Requirement Value
Minimum supported client
Windows 8.1 [desktop apps only]
Minimum supported server
Windows Server 2012 R2 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency

CIM_Dependency