Manages usage of a user-defined index on this column. Deprecated as of 5.2.1; use CmIndexDefinition instead.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("Deprecated in 5.2.1")> _
Property IsSingleIndexed As Nullable(Of Boolean) |
C# |
---|
[ObsoleteAttribute("Deprecated in 5.2.1")]
Nullable<bool> IsSingleIndexed { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"Deprecated in 5.2.1")]
property Nullable<bool> IsSingleIndexed {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_isSingleIndexed();
function set_isSingleIndexed(value); |