ComputerHealthService.GetRemotelyManagedDevices 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.
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.