This document is archived and information here might be outdated.  Recommended version.


IDEEditorTracking.CreatorFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEEditorTracking Interface > IDEEditorTracking.CreatorFieldName Property
ArcGIS Developer Help

IDEEditorTracking.CreatorFieldName Property

The name of the creator field.

[Visual Basic .NET]
Public Property CreatorFieldName As String
[C#]
public string CreatorFieldName {get; set;}
[C++]
HRESULT get_CreatorFieldName(
  System.String* CreatorFieldName
);
[C++]
HRESULT put_CreatorFieldName(
  BSTR CreatorFieldName
);
[C++]
Parameters
CreatorFieldName [out, retval]

CreatorFieldName is a parameter of type BSTR* CreatorFieldName [in]
CreatorFieldName is a parameter of type BSTR

Product Availability

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

Description

CreatorFieldName returns the name of the field that records the names of users who create features or records. The return value is a string.

See Also

IDEEditorTracking Interface