This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.CreationDate Property (ArcObjects .NET 10.5 SDK) |
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
The replica creation date.