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


IGPReplica.Name Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica.Name Property

Name of the replica.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  BSTR* ReplicaName
);
[C++]
HRESULT put_Name(
  BSTR ReplicaName
);
[C++]

Parameters ReplicaName [out, retval] ReplicaName is a parameter of type BSTR ReplicaName [in] ReplicaName is a parameter of type BSTR

Product Availability

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

See Also

IGPReplica Interface

.NET Related Topics

GeoData services | How to synchronize a replica in a connected environment