Represents a collection of PropertyDescriptionObject objects.


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

Syntax

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

See Also