Represents a collection of PropertyDescriptionInteger32 objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Interface IPropertyDescriptionInteger32List _ Implements IPropertyDescriptionList, IDependentObjectList, IEngineCollection, ICloneable, _ IList, ICollection, IEnumerable |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")] public interface IPropertyDescriptionInteger32List : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public interface class IPropertyDescriptionInteger32List : IPropertyDescriptionList, IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.IPropertyDescriptionInteger32List = function(); FileNet.Api.Collection.IPropertyDescriptionInteger32List.createInterface('FileNet.Api.Collection.IPropertyDescriptionInteger32List'); |