WriteEventLogCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class implements the Write-EventLog command
public sealed class WriteEventLogCommand : System.Management.Automation.PSCmdlet
type WriteEventLogCommand = class
inherit PSCmdlet
Public NotInheritable Class WriteEventLogCommand
Inherits PSCmdlet
- Inheritance
Constructors
WriteEventLogCommand() |
Properties
Category |
The application-specific subcategory associated with the message. |
CommandOrigin |
This property tells you if you were being invoked inside the runspace or if it was an external request. (Inherited from InternalCommand) |
CommandRuntime |
Holds the command runtime object for this command. This object controls what actually happens when a write is called. (Inherited from |