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


IGPReplicaDataset2.ParentOwner Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset2.ParentOwner Property

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

Product Availability

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

See Also

IGPReplicaDataset2 Interface