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


IReplicaDescription4.UseArchiving Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription4 Interface > IReplicaDescription4.UseArchiving Property
ArcGIS Developer Help

IReplicaDescription4.UseArchiving Property

Gets the Replica UseArchiving Option.

[Visual Basic .NET]
Public Property UseArchiving As Boolean
[C#]
public bool UseArchiving {get; set;}
[C++]
HRESULT get_UseArchiving(
  VARIANT_BOOL UseArchiving
);
[C++]
HRESULT put_UseArchiving(
  Boolean* UseArchiving
);
[C++]
Parameters
UseArchiving [in]

UseArchiving is a parameter of type bool UseArchiving [out, retval]
UseArchiving is a parameter of type bool*

Product Availability

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

See Also

IReplicaDescription4 Interface