ArcObjects Library Reference (GeoDatabase)  

IReplicaDatasetEdit.ParentOwner Property

The owner of the dataset in the master geodatabase.

[Visual Basic .NET]
Public WriteOnly Property ParentOwner
[C#]
public void ParentOwner {set;}
[C++]
HRESULT put_ParentOwner(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

See Also

IReplicaDatasetEdit Interface