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


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

IReplicaEdit.Owner Property

The master geodatabase login used to create the replica.

[Visual Basic .NET]
Public WriteOnly Property Owner
[C#]
public void Owner {set;}
[C++]
HRESULT put_Owner(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

IReplicaEdit Interface