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)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IProperty Implements ICloneable |
J# |
---|
public interface IProperty implements ICloneable |
JScript |
---|
public interface IProperty extends ICloneable |
See Also