ComputerNameDiscoveryCriteria.GetComputerNames 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.
Get computer names.
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetComputerNames();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetComputerNames ();
member this.GetComputerNames : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetComputerNames () As ReadOnlyCollection(Of String)
Returns
Returns a ReadOnlyCollection<T> of type String that contains the computer names included in the discovery criteria.