WaitPSJobCommand.Command Property

Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
Public Overrides Property Command As String()
public override string[] Command { get; set; }
public:
virtual property array<String^>^ Command {
    array<String^>^ get () override;
    void set (array<String^>^ value) override;
}
/** @property */
public String[] get_Command ()

/** @property */
public void set_Command (String[] value)
public override function get Command () : String[]

public override function set Command (value : String[])

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

WaitPSJobCommand Class
WaitPSJobCommand Members
Microsoft.PowerShell.Commands Namespace