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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyBinary _
	Implements IProperty, ICloneable
C#
public interface IPropertyBinary : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyBinary : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyBinary = function();
FileNet.Api.Property.IPropertyBinary.createInterface('FileNet.Api.Property.IPropertyBinary');

ToggleSee Also