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