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


IIndexingStatus.NextFullIndexingStartTime Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingStatus.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(
  System.String* NextFullIndexingStartTime
);
[C++]
HRESULT put_NextFullIndexingStartTime(
  BSTR NextFullIndexingStartTime
);
[C++]
Parameters
NextFullIndexingStartTime [out, retval]

NextFullIndexingStartTime is a parameter of type BSTR* NextFullIndexingStartTime [in]
NextFullIndexingStartTime is a parameter of type BSTR

Product Availability

No record for Search in Libraries found

See Also

IIndexingStatus Interface