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


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

IArchivableClass.ArchiveRegistrationInfo Property

The archive registration information associated with this archivable class.

[Visual Basic .NET]
Public ReadOnly Property ArchiveRegistrationInfo As IArchiveRegistrationInfo
[C#]
public IArchiveRegistrationInfo ArchiveRegistrationInfo {get;}
[C++]
HRESULT get_ArchiveRegistrationInfo(
  IArchiveRegistrationInfo** archiveRegInfo
);
[C++]
Parameters
archiveRegInfo [out, retval]

archiveRegInfo is a parameter of type IArchiveRegistrationInfo**

Product Availability

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

See Also

IArchivableClass Interface