ID for the replica in the parent geodatabase.
[Visual Basic .NET] Public ReadOnly Property ParentReplicaID As Integer
[C#] public int ParentReplicaID {get;}
[C++]
HRESULT get_ParentReplicaID(
long* ParentReplicaID
);
[C++]Parameters
ParentReplicaID [out, retval] ParentReplicaID is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This property returns the parent replica ID.
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.