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)

ToggleSyntax

Visual Basic (Declaration)
Function ToArray As IProperty()
C#
IProperty[] ToArray()
Visual C++
array<IProperty^>^ ToArray()
JavaScript
function toArray();

Return Value

A Property array containing all of the properties in the Properties collection.

ToggleSee Also