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


IDEEditorTracking.EditorFieldName 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.EditorFieldName Property
ArcGIS Developer Help

IDEEditorTracking.EditorFieldName Property

The name of the editor field.

[Visual Basic .NET]
Public Property EditorFieldName As String
[C#]
public string EditorFieldName {get; set;}
[C++]
HRESULT get_EditorFieldName(
  System.String* 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

Product Availability

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

Description

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.

See Also

IDEEditorTracking Interface