Represents a Content Engine property that holds an EngineObject object.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyEngineObject _
	Implements IProperty, ICloneable
C#
public interface IPropertyEngineObject : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyEngineObject : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyEngineObject = function();
FileNet.Api.Property.IPropertyEngineObject.createInterface('FileNet.Api.Property.IPropertyEngineObject');

ToggleSee Also