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


IReplicaLog.LogDate Property (ArcObjects .NET 10.4 SDK)
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