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)

Syntax

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

Remarks

See Also