Msvm_GuestCommunicationServiceSettingData class

Represents the settings of the guest communication service.

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_GuestCommunicationServiceSettingData : CIM_SettingData
{
  string Name;
  uint16 EnabledStatePolicy;
};

Members

The Msvm_GuestCommunicationServiceSettingData class has these types of members:

Properties

The Msvm_GuestCommunicationServiceSettingData class has these properties.

EnabledStatePolicy

Data type: uint16

Access type: Read/write

EnabledStatePolicy is an integer enumeration that indicates the enabled, disabled or default state of the Msvm_GuestCommunicationServiceSettingData.

Enabled (2)

The communication service is set to the enabled state.

Disabled (3)

The communication service is set to the disabled state.

Deferred (8)

The communication service state depends on DefaultEnabledStatePolicy in Msvm_GuestCommunicationServiceSettingData.

Name

Data type: string

Access type: Read-only

The GUID of the service.

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_SettingData