ArcObjects Library Reference (GeoDatabase)  

IReplicaLog.LogDate Property

Date of the synchronization event.

[Visual Basic .NET]
Public ReadOnly Property LogDate As Object
[C#]
public object LogDate {get;}
[C++]
HRESULT get_LogDate(
  VARIANT* LogDate
);
[C++]

Parameters

LogDate [out, retval]   LogDate is a parameter of type VARIANT

Product Availability

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

See Also

IReplicaLog Interface