Microsoft.Windows.RegistryData

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Defines the data type for all registry data items that are passed within a workflow.

Remarks

All registry data item types are defined in accordance with the Microsoft.Windows.RegistryData schema. Workflow modules that take registry data as input will define their input data type as Microsoft.Windows.RegistryData.

Microsoft.Windows.RegistryData has the following structure:

<DataItem type="Microsoft.Windows.RegistryData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
  <Values>
     <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </Values>
</DataItem>

The content of the Values element is defined by the registry data and contains as many elements as there are name value pairs, as shown in the following example:

<DataItem type="Microsoft.Windows.RegistryData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
  <Values>
     <Name>Value</Name>
     <SecondName>Value</SecondName>
</DataItem>

See Also

Reference

System.BaseData