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
- name
Type: System.String
- adapterGuid
Type: System.Guid
- ipAddresses
Type: []
- dnsServers
Type: []
- macAddress
Type: System.String
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace