Indicates whether the column permits null values.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also