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

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultBoolean As Nullable(Of Boolean)
C#
Nullable<bool> PropertyDefaultBoolean { get; }
Visual C++
property Nullable<bool> PropertyDefaultBoolean {
	Nullable<bool> get ();
}
JavaScript
function get_propertyDefaultBoolean();

ToggleRemarks

ToggleSee Also