ArcObjects Library Reference (GeoDatabase)  

IReplicaEdit.ParentID Property

The ID of the replica reference in the master geodatabase.

[Visual Basic .NET]
Public WriteOnly Property ParentID
[C#]
public void ParentID {set;}
[C++]
HRESULT put_ParentID(
  long 
);
[C++]

Parameters

[in]    is a parameter of type long

Product Availability

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

See Also

IReplicaEdit Interface