Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2
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 |