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


IArchiveRegistrationInfo.FromFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface > IArchiveRegistrationInfo.FromFieldName Property
ArcGIS Developer Help

IArchiveRegistrationInfo.FromFieldName Property

The name of the FROM field.

[Visual Basic .NET]
Public Property FromFieldName As String
[C#]
public string FromFieldName {get; set;}
[C++]
HRESULT get_FromFieldName(
  System.String* 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

Product Availability

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

Remarks

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".

See Also

IArchiveRegistrationInfo Interface