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)
Visual Basic (Declaration) |
---|
Function GetInteger32ListValue ( _
propertyName As String _
) As IInteger32List |
Visual C++ |
---|
IInteger32List^ GetInteger32ListValue(
String^ propertyName
) |
JavaScript |
---|
function getInteger32ListValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
An
Integer32List collection specifying the value of the property.