RegisterWmiEventCommand.Forward Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in microsoft.powershell.commands.management.dll)

Usage

Syntax

'Declaration
<ParameterAttribute(ParameterSetName:="class")> _
<ParameterAttribute(ParameterSetName:="query")> _
Public Property Forward As SwitchParameter
[ParameterAttribute(ParameterSetName="class")] 
[ParameterAttribute(ParameterSetName="query")] 
public SwitchParameter Forward { get; set; }
[ParameterAttribute(ParameterSetName=L"class")] 
[ParameterAttribute(ParameterSetName=L"query")] 
public:
property SwitchParameter Forward {
    SwitchParameter get ();
    void set (SwitchParameter value);
}
/** @property */
public SwitchParameter get_Forward ()

/** @property */
public void set_Forward (SwitchParameter value)
public function get Forward () : SwitchParameter

public function set Forward (value : SwitchParameter)

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

RegisterWmiEventCommand Class
RegisterWmiEventCommand Members
Microsoft.PowerShell.Commands Namespace