TestConnectionCommand.ComputerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The following is the definition of the input parameter "ComputerName". Value of the address requested. The form of the value can be either the computer name ("wxyz1234"), IPv4 address ("192.168.177.124"), or IPv6 address ("2010:836B:4179::836B:4179").
public string[] ComputerName { get; set; }
member this.ComputerName : string[] with get, set
Public Property ComputerName As String()
Property Value
String[]