ArcObjects Library Reference (GeoDatabase)  

IClassSchemaEdit4.EditedAtFieldName Property

Changes the field name for recording the edit time for Editor Tracking on this object class.

[Visual Basic .NET]
Public WriteOnly Property EditedAtFieldName
[C#]
public void EditedAtFieldName {set;}
[C++]
HRESULT put_EditedAtFieldName(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

Description

EditedAtFieldName sets the Date field that will store the date and time features or records were last edited. The field specified must already exist.

Remarks

Once you set this property, editor tracking is enabled on the dataset. If you later need to stop recording last edited date information, set the EditedAtFieldName property to an empty string. To disable editor tracking on the dataset, CreatorFieldName, CreatedAtFieldNameEditorFieldName, and EditedAtFieldName must each be set to an empty string. 

See Also

IClassSchemaEdit4 Interface