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


IReplicaLog.LogID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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