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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also