AddressListIdParameter Constructor (AddressList)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
adList As AddressList _
)
'Usage
Dim adList As AddressList
Dim instance As New AddressListIdParameter(adList)
public AddressListIdParameter(
AddressList adList
)