This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.EditedAtFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the edit time field.
[Visual Basic .NET] Public Property EditedAtFieldName As String
[C#] public string EditedAtFieldName {get; set;}
[C++]
HRESULT get_EditedAtFieldName(
BSTR* EditedAtFieldName
);
[C++]
HRESULT put_EditedAtFieldName(
BSTR EditedAtFieldName
);
[C++]
Parameters EditedAtFieldName [out, retval] EditedAtFieldName is a parameter of type BSTR EditedAtFieldName [in] EditedAtFieldName is a parameter of type BSTR
EditorFieldName returns the name of the field that records the date and time features or records were last edited. The return value is a string.