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


IReplica.ReplicaGuid 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.ReplicaGuid Property
ArcGIS Developer Help

IReplica.ReplicaGuid Property

The guid of the replica.

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

rGUID is a parameter of type BSTR*

Product Availability

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

Remarks

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.

See Also

IReplica Interface