This topic has not yet been rated - Rate this topic

unique property

Indicates whether the index allows duplicate key values.

This property is read-only.

Internet Explorer 10

Syntax

JavaScript
ptr = object.unique

Property values

Type: boolean

A Boolean value describing whether the index allows duplicate key values.

ValueCondition
true

Duplicate values are not allowed.

false

Duplicate values are allowed.

 

Standards information

See also

IDBIndex

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.