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()
C++
array<IProperty>^ ToArray() abstract 
J#
IProperty[] ToArray()
JScript
function ToArray() : IProperty[]

Return Value

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

See Also