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


IArchiveRegistrationInfo.ToFieldName 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.ToFieldName Property
ArcGIS Developer Help

IArchiveRegistrationInfo.ToFieldName Property

The name of the TO field.

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

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

Product Availability

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

Remarks

The ToFieldName property is used to specify the field name for the to date field in the archive table. If no user defined name is specified the field name will default to "GDB_TO_DATE".

See Also

IArchiveRegistrationInfo Interface