Share via


IAdministrationManagement.GetAllRemotelyManagedDevices Method

Definition

Return all SNMP devices that are managed remotely.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedDevice ^> ^ GetAllRemotelyManagedDevices();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> GetAllRemotelyManagedDevices ();
abstract member GetAllRemotelyManagedDevices : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice>
Public Function GetAllRemotelyManagedDevices () As IList(Of RemotelyManagedDevice)

Returns

RemotelyManagedComputer collection.

Applies to