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


IDEEditorTracking.EditedAtFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.EditedAtFieldName Property
ArcGIS Developer Help

IDEEditorTracking.EditedAtFieldName Property

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(
  System.String* 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

Product Availability

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

Description

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.

See Also

IDEEditorTracking Interface