Represents a collection of PropertyDescriptionInteger32 objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDescriptionInteger32List
    Implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IPropertyDescriptionInteger32List : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IPropertyDescriptionInteger32List : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IPropertyDescriptionInteger32List implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IPropertyDescriptionInteger32List extends IPropertyDescriptionList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also