ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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