WriteEventLog
Class
Definition
Activity to invoke the Microsoft.PowerShell.Management\Write-EventLog command in a Workflow.
public sealed class WriteEventLog : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| WriteEventLog() |
Gets the display name of the command invoked by this activity. |
Properties
| Category |
Provides access to the Category parameter. |
| EntryType |
Provides access to the EntryType parameter. |
| EventId |
Provides access to the EventId parameter. |
| LogName |
Provides access to the LogName parameter. |
| Message |
Provides access to the Message parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| RawData |
Provides access to the RawData parameter. |
| Source |
Provides access to the Source parameter. |