Microsoft.Windows.EventData

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

Represents the data type for Windows event data in a workflow.

Remarks

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

Microsoft.Windows.EventData has the following structure:

<DataItem type="Microsoft.Windows.EventData" time="2000-01-15T12:00:02.0000000-08:00">
  <EventOriginId></EventOriginId>
  <PublisherId></PublisherId>
  <PublisherName></PublisherName>
  <EventSourceName></EventSourceName>
  <Channel></Channel>
  <LoggingComputer></LoggingComputer>
  <EventNumber></EventNumber>
  <EventCategory></EventCategory>
  <EventLevel></EventLevel>
  <UserName>N</UserName>
  <EventData>
    <Params>
      <Param></Param>
      <Param></Param>
    </Params>
  </EventData>
</DataItem>  


See Also

Reference

System.BaseData
System.Event.Data