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


IRemoteMetadataName.IndexStatus Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.IndexStatus Property
ArcGIS Developer Help

IRemoteMetadataName.IndexStatus Property

Indicates whether this document is indexed on the server.

[Visual Basic .NET]
Public Property IndexStatus As acIndexStatus
[C#]
public acIndexStatus IndexStatus {get; set;}
[C++]
HRESULT get_IndexStatus(
  acIndexStatus* pIndexStatus
);
[C++]
HRESULT put_IndexStatus(
  acIndexStatus pIndexStatus
);
[C++]
Parameters
pIndexStatus [out, retval]

pIndexStatus is a parameter of type acIndexStatus* pIndexStatus [in]
pIndexStatus is a parameter of type acIndexStatus

Product Availability

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

See Also

IRemoteMetadataName Interface