ComputerNameDiscoveryCriteria::GetComputerNames Method ()

System Center
 

Applies To: Operations Manager for System Center 2012

Gets the computer names included in the discovery criteria.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
ReadOnlyCollection<String^>^ GetComputerNames()

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

Returns a ReadOnlyCollection<T> of type String that contains the computer names included in the discovery criteria.

Return to top
Show: