IAdministrationManagement.GetAllAgentManagedComputers 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 agent managed computers.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAllAgentManagedComputers();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAllAgentManagedComputers ();
abstract member GetAllAgentManagedComputers : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAllAgentManagedComputers () As IList(Of AgentManagedComputer)
Returns
AgentManagedComputer collection.