This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface > IReplica.ReplicaGuid Property (ArcObjects .NET 10.5 SDK) |
The guid of the replica.
[Visual Basic .NET] Public ReadOnly Property ReplicaGuid As String
[C#] public string ReplicaGuid {get;}
[C++]
HRESULT get_ReplicaGuid(
BSTR* rGUID
);
[C++]
Parameters rGUID [out, retval] rGUID is a parameter of type BSTR
The ReplicaGuid property uniquely identifies the replica and has the same value in the parent and child replica geodatabases. Unlike the ReplicaID property, it is unique across geodatabases.