Represents a collection of PropertyDefinitionInteger32 objects. To create an instance of this object, call Factory.PropertyDefinitionInteger32.CreateList().


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

Syntax

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

See Also