Share via


NetworkConnectionInfo constructor

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    adapterGuid As Guid, _
    ipAddresses As IPAddress(), _
    dnsServers As IPAddress(), _
    macAddress As String _
)
'Usage
Dim name As String
Dim adapterGuid As Guid
Dim ipAddresses As IPAddress()
Dim dnsServers As IPAddress()
Dim macAddress As String

Dim instance As New NetworkConnectionInfo(name, adapterGuid, _
    ipAddresses, dnsServers, macAddress)
public NetworkConnectionInfo(
    string name,
    Guid adapterGuid,
    IPAddress[] ipAddresses,
    IPAddress[] dnsServers,
    string macAddress
)

Parameters

  • ipAddresses
    Type: []
  • dnsServers
    Type: []

See also

Reference

NetworkConnectionInfo class

NetworkConnectionInfo members

Microsoft.Exchange.Management.SystemConfigurationTasks namespace