ArcObjects Library Reference (Geoprocessing)  

IGpDescribeIndex.IsUnique Property

Indicates whether the index description is unique.

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

Parameters

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

Product Availability

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

See Also

IGpDescribeIndex Interface