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)

ToggleSyntax

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

ToggleSee Also