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


IGPReplica.ReplicaVersion 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.ReplicaVersion Property
ArcGIS Developer Help

IGPReplica.ReplicaVersion Property

The name of the replica version.

[Visual Basic .NET]
Public Property ReplicaVersion As String
[C#]
public string ReplicaVersion {get; set;}
[C++]
HRESULT get_ReplicaVersion(
  BSTR ReplicaVersion
);
[C++]
HRESULT put_ReplicaVersion(
  System.String* ReplicaVersion
);
[C++]
Parameters
ReplicaVersion [in]

ReplicaVersion is a parameter of type BSTR ReplicaVersion [out, retval]
ReplicaVersion is a parameter of type BSTR*

Product Availability

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

Description

The version the replica was created from.

See Also

IGPReplica Interface