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