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


IDEEditorTracking.EditedAtFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

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