Changes the field name for recording the creator for Editor Tracking on this object class.
[Visual Basic .NET]
Public WriteOnly Property CreatorFieldName
[C#] public void CreatorFieldName {set;}
[C++]
HRESULT put_CreatorFieldName(
BSTR
);
[C++]Parameters
[in] is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
CreatorFieldName sets the String field that will store the names of users who create features or records. 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 creator user name information, set the CreatorFieldName property to an empty string. To disable editor tracking on the dataset, CreatorFieldName, CreatedAtFieldName, EditorFieldName, and EditedAtFieldName must each be set to an empty string.