RegistryViewType

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

RegistryViewType is a simple enumeration data type that is used to specify the registry view type to access when retrieving key/value pairs from the Windows registry.

Schema Definition

<xsd:simpleType name="RegistryViewType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Default"/>
    <xsd:enumeration value="32bit"/>    
  </xsd:restriction>
</xsd:simpleType>

Remarks

The RegistryViewType enumeration consists of the members described in the following table.

Element

Type

Description

Default

String

Indicates that the 64-bit agent process will query the 64-bit view of the registry.

32bit

String

Indicates the 64-bit agent process will query the 32-bit view of the registry.

Information

   

Schema Type

Microsoft.Windows.RegistryAttributeDefinitionsSchema

Library

Microsoft.Windows.Library