The name of the creator field.
[Visual Basic .NET] Public Property CreatorFieldName As String
[C#] public string CreatorFieldName {get; set;}
[C++]
HRESULT get_CreatorFieldName(
BSTR* 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.