Represents the definition of a property that holds an integer value. A PropertyDefinitionInteger32 object is created from a PropertyTemplateInteger32 object and contains mutable property metadata that you can customize. When a PropertyDefinitionInteger32 object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDefinitionInteger32
    Implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDefinitionInteger32 : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDefinitionInteger32 : IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDefinitionInteger32 implements IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDefinitionInteger32 extends IPropertyDefinition, IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: PropertyDefinition

See Also