Changes the field name for recording the editor for Editor Tracking on this object class.
[Visual Basic .NET]
Public WriteOnly Property EditorFieldName
[C#] public void EditorFieldName {set;}
[C++]
HRESULT put_EditorFieldName(
BSTR
);
[C++]Parameters
[in] is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
EditorFieldName sets the String field that will store the names of users who last edited features or records. 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 editor user name information, set the EditorFieldName property to an empty string. To disable editor tracking on the dataset, CreatorFieldName, CreatedAtFieldName, EditorFieldName, and EditedAtFieldName must each be set to an empty string.