Represents a Content Engine property that holds an
object. An
object is a collection (ordered, non-unique) of
values.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyInteger32List Implements IProperty, ICloneable |
C# |
---|
public interface IPropertyInteger32List : IProperty, ICloneable |
C++ |
---|
interface class IPropertyInteger32List : IProperty, ICloneable |
J# |
---|
public interface IPropertyInteger32List implements IProperty, ICloneable |
JScript |
---|
public interface IPropertyInteger32List extends IProperty, ICloneable |