Represents the fixed description of a property that holds a Double (Float64) value. A PropertyDescriptionFloat64 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 IPropertyDescriptionFloat64
    Implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
C#
public interface IPropertyDescriptionFloat64 : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
C++
interface class IPropertyDescriptionFloat64 : IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
J#
public interface IPropertyDescriptionFloat64 implements IPropertyDescription, IMetadata, IEngineObject, ICloneable, IDependentObject
JScript
public interface IPropertyDescriptionFloat64 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