Represents a Content Engine property that holds a Boolean value.

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

ToggleSyntax

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

ToggleSee Also