ArcObjects Library Reference (GeoDatabase)  

IIndex.IsUnique Property

Indicates if the index is unique.

[Visual Basic .NET]
Public ReadOnly Property IsUnique As Boolean
[C#]
public bool IsUnique {get;}
[C++]
HRESULT get_IsUnique(
  VARIANT_BOOL* IsUnique
);
[C++]

Parameters

IsUnique [out, retval]   IsUnique is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

If IsUnique is true, the field the Index was created for must not have duplicate values.

See Also

IIndex Interface