NewPSEventCommand.EventArguments Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in microsoft.powershell.commands.utility.dll)

Usage

Syntax

'Declaration
<ParameterAttribute(Position:=2)> _
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property EventArguments As PSObject()
[ParameterAttribute(Position=2)] 
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] 
public PSObject[] EventArguments { get; set; }
[ParameterAttribute(Position=2)] 
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")] 
public:
property array<PSObject^>^ EventArguments {
    array<PSObject^>^ get ();
    void set (array<PSObject^>^ value);
}
/** @property */
public PSObject[] get_EventArguments ()

/** @property */
public void set_EventArguments (PSObject[] value)
public function get EventArguments () : PSObject[]

public function set EventArguments (value : PSObject[])

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP

See Also

Reference

NewPSEventCommand Class
NewPSEventCommand Members
Microsoft.PowerShell.Commands Namespace