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


IReplicaLog.LogDate 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.LogDate Property
ArcGIS Developer Help

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