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


IGPReplica.CreationDate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 [out, retval] ReplicaRole is a parameter of type VARIANT ReplicaRole [in] 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