This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface > IArchiveRegistrationInfo.FromFieldName Property (ArcObjects .NET 10.5 SDK) |
The name of the FROM field.
[Visual Basic .NET] Public Property FromFieldName As String
[C#] public string FromFieldName {get; set;}
[C++]
HRESULT get_FromFieldName(
BSTR* fromField
);
[C++]
HRESULT put_FromFieldName(
BSTR fromField
);
[C++]
Parameters fromField [out, retval] fromField is a parameter of type BSTR fromField [in] fromField is a parameter of type BSTR
The FromFieldName property is used to specify the field name for the from date field in the archive table. If no user defined name is specified the field name will default to "GDB_FROM_DATE".