Specifies whether the class or property can be selected in a query result set.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also