Represents a Content Engine property that holds an Integer (32-bit signed integer) value.


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

Syntax

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

See Also