Provides a means of traversing the property instances held in the collection
using a positional value.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function ToArray As IProperty() |
| C# |
|---|
IProperty[] ToArray() |
| Visual C++ |
|---|
array<IProperty^>^ ToArray() |
| JavaScript |
|---|
function toArray(); |