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


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

IReplica2.Log Property

Replica log associated with this replica.

[Visual Basic .NET]
Public ReadOnly Property Log As IEnumReplicaLog
[C#]
public IEnumReplicaLog Log {get;}
[C++]
HRESULT get_Log(
  IEnumReplicaLog** enumReplicaLog
);
[C++]
Parameters
enumReplicaLog [out, retval]

enumReplicaLog is a parameter of type IEnumReplicaLog**

Product Availability

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

See Also

IReplica2 Interface