Share via


IAdministrationManagement.GetAllManagementServers Method

Definition

Get management server instances.

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

Returns

Collection of MangementServer instances.

Applies to