The ID of the replica reference in the master geodatabase.
[Visual Basic .NET] Public ReadOnly Property ParentID As Integer
[C#] public int ParentID {get;}
[C++]
HRESULT get_ParentID(
long* replicaParentID
);
[C++]Parameters
replicaParentID [out, retval] replicaParentID is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Returns the ID of the parent replica. For two way, one way and check-out replicas, this property is only valid for the child replica geodatabase. The parent replica geodatabase returns -1 for this property.