MultiValuedProperty<T> Constructor (Hashtable)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
table As Hashtable _
)
'Usage
Dim table As Hashtable
Dim instance As New MultiValuedProperty(table)
public MultiValuedProperty(
Hashtable table
)
Parameters
- table
Type: System.Collections.Hashtable