Share via


RemoveComputerCommand.ComputerName Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As RemoveComputerCommand
Dim value As String()

value = instance.ComputerName

instance.ComputerName = value

Syntax

'Declaration
<ParameterAttribute(ParameterSetName:="Remote", ValueFromPipeline:=True, ValueFromPipelineByPropertyName:=True)> _
Public Property ComputerName As String()
[ParameterAttribute(ParameterSetName="Remote", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)] 
public string[] ComputerName { get; set; }
[ParameterAttribute(ParameterSetName=L"Remote", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)] 
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

Target Platforms

See Also

Reference

RemoveComputerCommand Class
RemoveComputerCommand Members
Microsoft.PowerShell.Commands Namespace