This document is archived and information here might be outdated.  Recommended version.


IGpDescribeIndex.IsUnique Property (ArcObjects .NET 10.4 SDK)
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