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