ArcObjects Library Reference (GISClient)  

IDiscoveryIndexingStatus.CurrentIndexingType Property

The current indexing type.

[Visual Basic .NET]
Public Property CurrentIndexingType As esriSearchServiceIndexingType
[C#]
public esriSearchServiceIndexingType CurrentIndexingType {get; set;}
[C++]
HRESULT get_CurrentIndexingType(
  esriSearchServiceIndexingType* pType
);
[C++]
HRESULT put_CurrentIndexingType(
  esriSearchServiceIndexingType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriSearchServiceIndexingType

pType [in]

  pType is a parameter of type esriSearchServiceIndexingType

Product Availability

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

See Also

IDiscoveryIndexingStatus Interface