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