Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an array that contains the values of the collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function ToArray As T()
'Usage
Dim instance As UpdatableCollection
Dim returnValue As T()
returnValue = instance.ToArray()
public T[] ToArray()
Return Value
Type: []
An array that contains the values of the collection.
Remarks
This method returns an array of objects with the collection value type.
See Also
Reference
UpdatableCollection<Key, T> Class