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)
Syntax
| 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(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ