ReceivePSJobCommand.ComputerName Property

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

Usage

Syntax

'Declaration
<ParameterAttribute(ValueFromPipelineByPropertyName:=True, ParameterSetName:="ComputerName", Position:=1)> _
<AliasAttribute(System.String[])> _
Public Property ComputerName As String()
[ParameterAttribute(ValueFromPipelineByPropertyName=true, ParameterSetName="ComputerName", Position=1)] 
[AliasAttribute(System.String[])] 
public string[] ComputerName { get; set; }
[ParameterAttribute(ValueFromPipelineByPropertyName=true, ParameterSetName=L"ComputerName", Position=1)] 
[AliasAttribute(System.String[])] 
public:
property array<String^>^ ComputerName {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_ComputerName ()

/** @property */
public void set_ComputerName (String[] value)
public function get ComputerName () : String[]

public function set ComputerName (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

ReceivePSJobCommand Class
ReceivePSJobCommand Members
Microsoft.PowerShell.Commands Namespace