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


IGPReplica.CreationDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.CreationDate Property
ArcGIS Developer Help

IGPReplica.CreationDate Property

The date the replica was created.

[Visual Basic .NET]
Public Property CreationDate As Object
[C#]
public object CreationDate {get; set;}
[C++]
HRESULT get_CreationDate(
  VARIANT ReplicaRole
);
[C++]
HRESULT put_CreationDate(
  Variant* ReplicaRole
);
[C++]
Parameters
ReplicaRole [in]

ReplicaRole is a parameter of type VARIANT ReplicaRole [out, retval]
ReplicaRole is a parameter of type VARIANT*

Product Availability

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

Remarks

The replica creation date.

See Also

IGPReplica Interface