Share via


IAdministrationManagement.GetAllRemotelyManagedDevicesByType Method

Definition

Return all RemoteManagedDevices by type.

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

Parameters

managementPackClass
ManagementPackClass

The class.

Returns

RemotelyManagedDevice collection.

Applies to