Share via


ComputerHealthService.GetRemotelyManagedDevices Method

Definition

The remotely managed SNMP devices.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::RemotelyManagedDevice ^> ^ GetRemotelyManagedDevices();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice> GetRemotelyManagedDevices ();
member this.GetRemotelyManagedDevices : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.RemotelyManagedDevice>
Public Function GetRemotelyManagedDevices () As ReadOnlyCollection(Of RemotelyManagedDevice)

Returns

RemotelyManagedDevice collection.

Exceptions

Not currently connected to a management group.

Applies to