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


IDataChanges.ReplicaGuid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IDataChanges.ReplicaGuid Property

GUID identifying the child/parent replica pair.

[Visual Basic .NET]
Public ReadOnly Property ReplicaGuid As String
[C#]
public string ReplicaGuid {get;}
[C++]
HRESULT get_ReplicaGuid(
  BSTR* ReplicaGuid
);
[C++]

Parameters ReplicaGuid [out, retval] ReplicaGuid is a parameter of type BSTR

Product Availability

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

Remarks

This property returns the replica's GUID.

The ParentReplicaID and ReplicaGUID properties identify the replica on the parent geodatabase. These properties are only valid for the CheckoutDataChanges coclass, DeltaDataChanges coclass, and the ReplicationDataChanges coclass when initialized for a replica. Both properties can be used to identify the replica, however, ReplicaGUID is unique across all databases.

See Also

IDataChanges Interface