This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler Interface > ITableCrawler.TimeStampField Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR pTimeStampField
);
[C++]
Parameters pTimeStampField [out, retval] pTimeStampField is a parameter of type BSTR pTimeStampField [in] pTimeStampField is a parameter of type BSTR