Represents the base class for all property description classes. A property description object holds immutable metadata that describes a specific class property. Each property description class corresponds to a specific property data type (for example, PropertyDescriptionBinary defines a property that returns a binary value, PropertyDescriptionBoolean defines a property that returns a Boolean value, and so on). Because all of its properties are read-only, you cannot directly modify a property description object.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDescription
    Implements IMetadata, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDescription : IMetadata, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDescription : IMetadata, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDescription implements IMetadata, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDescription extends 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: Metadata

See Also