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
array containing all of the properties in the
collection.