ComputerNameDiscoveryCriteria.SetComputerNames(IList<String>) Method
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.
Set computer names.
public:
void SetComputerNames(System::Collections::Generic::IList<System::String ^> ^ computerNames);
public void SetComputerNames (System.Collections.Generic.IList<string> computerNames);
member this.SetComputerNames : System.Collections.Generic.IList<string> -> unit
Public Sub SetComputerNames (computerNames As IList(Of String))
Parameters
Remarks
The computer names in the list must be provided in the format <Domain_Name>\<Computer_FQDN>. For example, mycompany.com\machine1.mycompany.com.