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


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

IArchiveRegistrationInfo.SeedTimeStamp Property

The initial timestamp when archiving was enabled.

[Visual Basic .NET]
Public ReadOnly Property SeedTimeStamp As Object
[C#]
public object SeedTimeStamp {get;}
[C++]
HRESULT get_SeedTimeStamp(
  Variant* seedStamp
);
[C++]
Parameters
seedStamp [out, retval]

seedStamp is a parameter of type VARIANT*

Product Availability

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

See Also

IArchiveRegistrationInfo Interface