Represents the fixed description of a property that holds an integer value. A PropertyDescriptionInteger32 object contains immutable property metadata, which you cannot directly modify.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDescriptionInteger32
    Implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDescriptionInteger32 : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDescriptionInteger32 : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDescriptionInteger32 implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDescriptionInteger32 extends IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: PropertyDescription

See Also