Manages usage of a user-defined index on this column.


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

Syntax

Visual Basic (Declaration)
Property IsSingleIndexed As Nullable(Of Boolean)
C#
Nullable<bool> IsSingleIndexed { get; set; }
C++
property Nullable<bool> IsSingleIndexed abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_IsSingleIndexed();

/** property */
public void set_IsSingleIndexed(Nullable<boolvalue);
JScript
public function get IsSingleIndexed() : Nullable<bool>

public function set IsSingleIndexed(value : Nullable<bool>);

Remarks

See Also