Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
PSEventArgs Properties
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

 NameDescription
public propertyComputerNameGets the name of the computer where the event was raised. This property is introduced in Windows PowerShell 2.0.
public propertyRunspaceIdGets the identifier for the event that is unique to the runspace where the event was raised. This property is introduced in Windows PowerShell 2.0.
public propertyEventIdentifierGets the unique identifier of the raised event. This property is introduced in Windows PowerShell 2.0.
public propertySenderGets the object, also referred to as the source, that raised the event. This property is introduced in Windows PowerShell 2.0.
public propertySourceEventArgsGets any arguments that were added by the source when the event was raised. This property is introduced in Windows PowerShell 2.0.
public propertySourceArgsGets any original arguments of the event that were captured and passed on by the source when the event was raised. This property is introduced in Windows PowerShell 2.0.
public propertySourceIdentifierGets the identifier of the source that raised the event. This property is introduced in Windows PowerShell 2.0.
public propertyTimeGeneratedGets the date and time of when the event was raised. This property is introduced in Windows PowerShell 2.0.
public propertyMessageDataGets any user data associated with the raised event. This property is introduced in Windows PowerShell 2.0.

Send comments about this topic to Microsoft.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker