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


IReplica2.Log Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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