ArcObjects Library Reference (GeoDatabase)  

IDEEditorTracking.CreatedAtFieldName Property

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

Product Availability

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

Description

CreatedAtFieldName returns the name of the field that records the date and time features or records were created. The return value is a string.

See Also

IDEEditorTracking Interface