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


IArchivableClass.ArchiveRegistrationInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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