Represents a Content Engine property that holds a Boolean value.


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

Syntax

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

See Also