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).
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property RequiresUniqueElements As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> RequiresUniqueElements { get; set; } |
Visual C++ |
---|
property Nullable<bool> RequiresUniqueElements { Nullable<bool> get (); void set (Nullable<bool> value); } |
JavaScript |
---|
function get_requiresUniqueElements(); function set_requiresUniqueElements(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ