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


IReplicaEdit.ReplicaDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaEdit Interface > IReplicaEdit.ReplicaDate Property
ArcGIS Developer Help

IReplicaEdit.ReplicaDate Property

The date that the data was checked out.

[Visual Basic .NET]
Public WriteOnly Property ReplicaDate
[C#]
public void ReplicaDate {set;}
[C++]
HRESULT put_ReplicaDate(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

See Also

IReplicaEdit Interface