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


IGPReplica2.UseArchiving Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica2.UseArchiving Property

Use archiving instead of versions to track changes in one way replicas.

[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(
  VARIANT_BOOL UseArchiving
);
[C++]

Parameters UseArchiving [out, retval] UseArchiving is a parameter of type VARIANT_BOOL UseArchiving [in] UseArchiving is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPReplica2 Interface