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


IEnumReplicaLog.QueryAfter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumReplicaLog Interface > IEnumReplicaLog.QueryAfter Property
ArcGIS Developer Help

IEnumReplicaLog.QueryAfter Property

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

Product Availability

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

Remarks

After setting this property, Reset must be called to filter out the replica logs with a date prior to that specified.

[C#]

In C# (and other .NET languages), this property should be set to a DateTime struct.

See Also

IEnumReplicaLog Interface