This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset2 Interface > IGPReplicaDataset2.ParentOwner Property (ArcObjects .NET 10.5 SDK) |
Set parent owner for the GPReplicaDataset.
[Visual Basic .NET] Public Property ParentOwner As String
[C#] public string ParentOwner {get; set;}
[C++]
HRESULT get_ParentOwner(
BSTR* ParentOwner
);
[C++]
HRESULT put_ParentOwner(
BSTR ParentOwner
);
[C++]
Parameters ParentOwner [out, retval] ParentOwner is a parameter of type BSTR ParentOwner [in] ParentOwner is a parameter of type BSTR