Public ReadOnly Property IsUnique As Boolean
Dim instance As ColumnIndexAttribute Dim value As Boolean value = instance.IsUnique
public bool IsUnique {get;}
public: __property bool get_IsUnique();
Property Value
true
if this Index is unique; otherwise, false
.