Returns the value held by the Content Engine property represented by this
PropertyInteger32List object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetInteger32ListValue As IInteger32List |
C# |
---|
IInteger32List GetInteger32ListValue() |
Visual C++ |
---|
IInteger32List^ GetInteger32ListValue() |
JavaScript |
---|
function getInteger32ListValue(); |
Return Value
An Integer32List object specifying a collection of Integer objects.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyInteger32List. |