ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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