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


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

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(
  BSTR ReplicaVersion
);
[C++]

Parameters ReplicaVersion [out, retval] ReplicaVersion is a parameter of type BSTR ReplicaVersion [in] 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