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)
Visual Basic (Declaration) |
---|
Public Interface IPropertyIndependentObjectSet _
Implements IProperty, ICloneable |
C# |
---|
public interface IPropertyIndependentObjectSet : IProperty,
ICloneable |
Visual C++ |
---|
public interface class IPropertyIndependentObjectSet : IProperty,
ICloneable |
JavaScript |
---|
FileNet.Api.Property.IPropertyIndependentObjectSet = function();
FileNet.Api.Property.IPropertyIndependentObjectSet.createInterface('FileNet.Api.Property.IPropertyIndependentObjectSet'); |