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


IReplica.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface > IReplica.Name Property
ArcGIS Developer Help

IReplica.Name Property

The name of the replica.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  System.String* ReplicaName
);
[C++]
Parameters
ReplicaName [out, retval]

ReplicaName is a parameter of type BSTR*

Product Availability

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

Remarks

The Name is taken from the string set in the checkoutname parameter of ICheckout::CheckoutData and ICheckout::CheckoutSchema methods.

See Also

IReplica Interface

.NET Samples

Extending the replication synchronization process