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.EditorFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the editor field.
[Visual Basic .NET] Public Property EditorFieldName As String
[C#] public string EditorFieldName {get; set;}
[C++]
HRESULT get_EditorFieldName(
BSTR* EditorFieldName
);
[C++]
HRESULT put_EditorFieldName(
BSTR EditorFieldName
);
[C++]
Parameters EditorFieldName [out, retval] EditorFieldName is a parameter of type BSTR EditorFieldName [in] EditorFieldName is a parameter of type BSTR
EditorFieldName returns the name of the field that records the name of the user who last edited features or records. The return value is a string.