Represents a Content Engine property that holds an EngineObject object.


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

Syntax

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

See Also