Specifies the uniqueness of elements in a multi-valued property or a database index.

For a CmIndexDefinition object, specifies whether an index is unique (true) or not (false).

For all other objects, specifies whether the values of a multi-valued property must be unique (true) or not (false).

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also