Share via


Microsoft.Windows.EventData

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

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