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


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

IReplicaLog.LogID Property

The ID of the Replica Log.

[Visual Basic .NET]
Public ReadOnly Property LogID As Integer
[C#]
public int LogID {get;}
[C++]
HRESULT get_LogID(
  System.Int32* LogID
);
[C++]
Parameters
LogID [out, retval]

LogID is a parameter of type long*

Product Availability

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

See Also

IReplicaLog Interface