PSEventArgs.MessageData Property
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.
Gets the additional user data associated with this event.
public:
property System::Management::Automation::PSObject ^ MessageData { System::Management::Automation::PSObject ^ get(); };
public System.Management.Automation.PSObject MessageData { get; }
member this.MessageData : System.Management.Automation.PSObject
Public ReadOnly Property MessageData As PSObject