Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_ComputerSystemWindowsProductActivationSetting class

The Win32_ComputerSystemWindowsProductActivationSetting WMI class represents an association between instances of Win32_ComputerSystem and Win32_WindowsProductActivation.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class Win32_ComputerSystemWindowsProductActivationSetting : CIM_ElementSetting
{
  Win32_ComputerSystem           REF Element;
  Win32_WindowsProductActivation REF Setting;
};

Members

The Win32_ComputerSystemWindowsProductActivationSetting class has these types of members:

Properties

The Win32_ComputerSystemWindowsProductActivationSetting class has these properties.

Element
Data type: Win32_ComputerSystem
Access type: Read-only

Reference to an instance that represents the computer that can be configured with the Setting property. This property is inherited from CIM_ElementSetting.

Setting
Data type: Win32_WindowsProductActivation
Access type: Read-only

Reference to an instance that represents the settings that are associated with the referenced computer. This property is inherited from CIM_ElementSetting.

Remarks

The Win32_ComputerSystemWindowsProductActivationSetting class is derived from CIM_ElementSetting.

Note  Windows Product Activation is not available on the 64-bit versions of the Windows operating system.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

See also

Windows Product Activation Provider
Win32_Proxy
Win32_WindowsProductActivation

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.