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.CreatedAtFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the creation time field.
[Visual Basic .NET] Public Property CreatedAtFieldName As String
[C#] public string CreatedAtFieldName {get; set;}
[C++]
HRESULT get_CreatedAtFieldName(
BSTR* CreatedAtFieldName
);
[C++]
HRESULT put_CreatedAtFieldName(
BSTR CreatedAtFieldName
);
[C++]
Parameters CreatedAtFieldName [out, retval] CreatedAtFieldName is a parameter of type BSTR CreatedAtFieldName [in] CreatedAtFieldName is a parameter of type BSTR
CreatedAtFieldName returns the name of the field that records the date and time features or records were created. The return value is a string.