ArcObjects Library Reference (GeoDatabase)  

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