This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumReplicaLog Interface > IEnumReplicaLog.QueryAfter Property (ArcObjects .NET 10.4 SDK) |
Defines time to query the replica log for rows after a particular date.
[Visual Basic .NET]
Public WriteOnly Property QueryAfter
[C#] public void QueryAfter {set;}
[C++]
HRESULT put_QueryAfter(
VARIANT
);
[C++]
Parameters [in] is a parameter of type VARIANT
After setting this property, Reset must be called to filter out the replica logs with a date prior to that specified.
In C# (and other .NET languages), this property should be set to a DateTime struct.