Specifies the default value for a property that returns a BOOLEAN data type.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultBoolean As Nullable(Of Boolean)
C#
Nullable<bool> PropertyDefaultBoolean { get; }
C++
property Nullable<bool> PropertyDefaultBoolean abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_PropertyDefaultBoolean();
JScript
public function get PropertyDefaultBoolean() : Nullable<bool>

Remarks

See Also