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


IReplica.ReplicaGuid Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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