This document is archived and information here might be outdated.  Recommended version.


IReplicaDataset.ParentOwner Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDataset Interface > IReplicaDataset.ParentOwner Property
ArcGIS Developer Help

IReplicaDataset.ParentOwner Property

The owner of the dataset in the master geodatabase.

[Visual Basic .NET]
Public ReadOnly Property ParentOwner As String
[C#]
public string ParentOwner {get;}
[C++]
HRESULT get_ParentOwner(
  System.String* dsParentOwner
);
[C++]
Parameters
dsParentOwner [out, retval]

dsParentOwner is a parameter of type BSTR*

Product Availability

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

See Also

IReplicaDataset Interface