This document is archived and information here might be outdated. Recommended version. |
The name of the edit time field.
[Visual Basic .NET]
Public Property EditedAtFieldName As String
[C#]
public string EditedAtFieldName {get; set;}
[C++]
HRESULT get_EditedAtFieldName(
System.String* EditedAtFieldName
);
[C++]
HRESULT put_EditedAtFieldName(
BSTR EditedAtFieldName
);
[C++] Parameters EditedAtFieldName [out, retval]
EditedAtFieldName is a parameter of type BSTR* EditedAtFieldName [in]
EditedAtFieldName is a parameter of type BSTR
EditorFieldName returns the name of the field that records the date and time features or records were last edited. The return value is a string.