ArcObjects Library Reference (GISClient)  

IDiscoveryIndexingStatus.ItemsIndexed Property

Total items have been indexed.

[Visual Basic .NET]
Public Property ItemsIndexed As Integer
[C#]
public int ItemsIndexed {get; set;}
[C++]
HRESULT get_ItemsIndexed(
  long* pCount
);
[C++]
HRESULT put_ItemsIndexed(
  long pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long pCount [in]   pCount is a parameter of type long

Product Availability

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

See Also

IDiscoveryIndexingStatus Interface