Represents a Content Engine property that holds a byte (8-bit signed integer) array intended for a binary value.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyBinary
    Implements IProperty, ICloneable
C#
public interface IPropertyBinary : IProperty, ICloneable
C++
interface class IPropertyBinary : IProperty, ICloneable
J#
public interface IPropertyBinary implements IProperty, ICloneable
JScript
public interface IPropertyBinary extends IProperty, ICloneable

See Also