Checks whether the index is a unique key.
Visual Basic
Public Readonly Property IsUniqueKey As Boolean
C#
public bool IsUniqueKey { get;}
True if the index is a unique key, false if the index is not a unique key.
Columns in a unique key may not be null.