This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.Name Property (ArcObjects .NET 10.4 SDK) |
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