ArcObjects Library Reference (GeoDatabase)  

IClassSchemaEdit4.CreatedAtFieldName Property

Changes the field name for recording the creation time for Editor Tracking on this object class.

[Visual Basic .NET]
Public WriteOnly Property CreatedAtFieldName
[C#]
public void CreatedAtFieldName {set;}
[C++]
HRESULT put_CreatedAtFieldName(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

Description

CreatedAtFieldName sets the Date field that will store the date and time features or records were created. The field specified must already exist.

Remarks

Once you set this property, editor tracking is enabled on the dataset. If you later need to stop recording when features or records are created, set the CreatedAtFieldName property to an empty string. To disable editor tracking on the dataset, CreatorFieldName, CreatedAtFieldNameEditorFieldName, and EditedAtFieldName must each be set to an empty string. 

See Also

IClassSchemaEdit4 Interface