This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalRecordSet Interface > ITemporalRecordSet.TemporalColumnName Property (ArcObjects .NET 10.4 SDK) |
Identifies the column containing time and date information.
[Visual Basic .NET] Public Property TemporalColumnName As String
[C#] public string TemporalColumnName {get; set;}
[C++]
HRESULT get_TemporalColumnName(
BSTR* Name
);
[C++]
HRESULT put_TemporalColumnName(
BSTR Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR Name [in] Name is a parameter of type BSTR