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