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


IArchiveRegistrationInfo.FromFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

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