ArcObjects Library Reference (GISClient)  

IDiscoveryIndexingStatus.NextFullIndexingStartTime Property

Next full indexing start time.

[Visual Basic .NET]
Public Property NextFullIndexingStartTime As String
[C#]
public string NextFullIndexingStartTime {get; set;}
[C++]
HRESULT get_NextFullIndexingStartTime(
  BSTR* pStartTime
);
[C++]
HRESULT put_NextFullIndexingStartTime(
  BSTR pStartTime
);
[C++]

Parameters

pStartTime [out, retval]   pStartTime is a parameter of type BSTR pStartTime [in]   pStartTime is a parameter of type BSTR

Product Availability

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

See Also

IDiscoveryIndexingStatus Interface