Specifies the uniqueness of elements in a multi-valued property or a database index.
Namespace:
FileNet.Api.MetaFor 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).
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: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ