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)

Syntax

Visual Basic (Declaration)
Public Interface IPropertyInteger32List
    Implements IProperty, ICloneable
C#
public interface IPropertyInteger32List : IProperty, ICloneable
C++
interface class IPropertyInteger32List : IProperty, ICloneable
J#
public interface IPropertyInteger32List implements IProperty, ICloneable
JScript
public interface IPropertyInteger32List extends IProperty, ICloneable

See Also