Share via


ManagementGroupConnectionSettings(String) Constructor

Definition

Creates a new ManagementGroupConnectionSettings object.

public:
 ManagementGroupConnectionSettings(System::String ^ serverName);
public ManagementGroupConnectionSettings (string serverName);
new Microsoft.EnterpriseManagement.ManagementGroupConnectionSettings : string -> Microsoft.EnterpriseManagement.ManagementGroupConnectionSettings
Public Sub New (serverName As String)

Parameters

serverName
String

The name of the server to connect to.

Examples

For an example, see How to Connect to an SDK Service by Using Specified User Credentials

Applies to