ISSOPSAdmin.GetAdaptersForAdapterGroup(String, String[]) 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.
public:
void GetAdaptersForAdapterGroup(System::String ^ adapterGroupName, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % adapters);
public void GetAdaptersForAdapterGroup (string adapterGroupName, out string[] adapters);
abstract member GetAdaptersForAdapterGroup : string * String[] -> unit
Public Sub GetAdaptersForAdapterGroup (adapterGroupName As String, ByRef adapters As String())
Parameters
- adapterGroupName
- String
- adapters
- String[]