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


ITableCrawler.TimeStampField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler Interface > ITableCrawler.TimeStampField Property
ArcGIS Developer Help

ITableCrawler.TimeStampField Property

The name of the field that contains time stamp value associated with the row.

[Visual Basic .NET]
Public Property TimeStampField As String
[C#]
public string TimeStampField {get; set;}
[C++]
HRESULT get_TimeStampField(
  BSTR pTimeStampField
);
[C++]
HRESULT put_TimeStampField(
  System.String* pTimeStampField
);
[C++]
Parameters
pTimeStampField [in]

pTimeStampField is a parameter of type BSTR pTimeStampField [out, retval]
pTimeStampField is a parameter of type BSTR*

Product Availability

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

See Also

ITableCrawler Interface