Locates a PropertyInteger32List property by name in this Properties collection and returns the value it holds.


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function GetInteger32ListValue( _ 
   ByVal propertyName As String _ 
) As IInteger32List
C#
IInteger32List GetInteger32ListValue(
   string propertyName
)
C++
IInteger32List GetInteger32ListValue(
   String propertyName
) abstract 
J#
IInteger32List GetInteger32ListValue(
   string propertyName
)
JScript
function GetInteger32ListValue(
   propertyName : String
) : IInteger32List

Parameters

propertyName
A String specifying a property name.

Return Value

An Integer32List collection specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyInteger32List instance.

See Also