This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface > IDataChanges.ReplicaGuid Property (ArcObjects .NET 10.5 SDK) |
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
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.