Represents the base interface for a property belonging to a Content Engine object. Property objects allow you to access property values in an object's Properties collection. Each Property subinterface represents a Content Engine property that holds a value of a specific data type.

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

ToggleSyntax

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

ToggleSee Also