For a subclass of CmAbstractSequential, indicates the sequence number of the entry inserted in the table. The sequence number can be used to process entries in the order they were created. A sequence number is assigned to each object at creation, and although the values are not necessarily consecutive (there might be gaps). they are guaranteed to be unique and monotonically increasing.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property SequenceNumber As Nullable(Of Double) |
| C# |
|---|
Nullable<double> SequenceNumber { get; } |
| Visual C++ |
|---|
property Nullable<double> SequenceNumber { Nullable<double> get (); } |
| JavaScript |
|---|
function get_sequenceNumber(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DOUBLE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ