This document is archived and information here might be outdated. Recommended version. |
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
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.