Represents a Content Engine property that holds an IndependentObjectSet object. An IndependentObjectSet object is a collection (ordered, non-unique) of IndependentObject objects.


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

Syntax

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

See Also