Represents a Content Engine property that holds an Integer32List object. An Integer32List object is a collection (ordered, non-unique) of Integer values.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyInteger32List _
	Implements IProperty, ICloneable
C#
public interface IPropertyInteger32List : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyInteger32List : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyInteger32List = function();
FileNet.Api.Property.IPropertyInteger32List.createInterface('FileNet.Api.Property.IPropertyInteger32List');

ToggleSee Also